Diff
Not logged in

Differences From:

File www/quickstart.wiki part of check-in [d1477108b0] - added tip about being able to pass login info to clone URL by stephan on 2008-05-20 14:45:51. [view]

To:

File www/quickstart.wiki part of check-in [e65e669148] - Tweaks to the embedded documentation. by drh on 2008-05-24 23:54:10. [view]

@@ -202,9 +202,9 @@
     <b>fossil ui</b> <i>repository-filename</i>
     </blockquote>
 
     <p>The difference between these two command is that <b>ui</b>
-    attempts to automatically start your web browser point at the
+    attempts to automatically start your web browser pointing at the
     server whereas <b>server</b> does not.
     You can omit the <i>repository-filename</i> if you are within
     a checked-out local tree.  This server uses port 8080 by default
     but you can specify a different port using the <b>-port</b> command.</p>
@@ -219,10 +219,12 @@
     #!/usr/local/bin/fossil<br>
     repository: /home/proj1/repos1.fossil
     </b></blockquote>
 
-    <p>Adjust the paths in this CGI script to match your installation.
-    Now point clients at the CGI script.  That's all there is to it!</p>
+    <p>Adjust the paths in this CGI script to match your installation
+    and make sure that repository file at the directory that contains it
+    are both readable and writable by the user that CGI scripts run as.
+    Then point clients at the CGI script.  That's all there is to it!</p>
 
     <p>You can also run fossil off of inetd or xinetd.  For an inetd
     installation, make an entry in /etc/inetd.conf that looks something
     like this:</p>