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