Fossil SCM
more detail for server.wiki
Commit
c516e0d2a090470d513e0e297e0a95ecebc3235b
Parent
f54662590307b7c…
1 file changed
+32
-3
+32
-3
| --- www/server.wiki | ||
| +++ www/server.wiki | ||
| @@ -11,18 +11,47 @@ | ||
| 11 | 11 | <ul> |
| 12 | 12 | <li><tt>fossil server repo.fossil</tt> |
| 13 | 13 | <li><tt>fossil ui repo.fossil</tt> |
| 14 | 14 | </ul> |
| 15 | 15 | |
| 16 | +<p> | |
| 16 | 17 | Both of these commands start a Fossil server on port 8080 on the local machine, |
| 17 | 18 | which can be accessed with the URL: <tt>http://localhost:8080/</tt> using any |
| 18 | 19 | handy web browser. The difference between the two commands is that "ui", in |
| 19 | 20 | addition to starting the Fossil server, also starts a web browser and points it |
| 20 | 21 | to the URL mentioned above. |
| 22 | +</p> | |
| 23 | +<p> | |
| 24 | +NOTES: | |
| 25 | +<ol> | |
| 26 | +<li>The option "--port NNN" will start the server on port "NNN" instead of 8080. | |
| 27 | +<li>If port 8080 is already being used (perhaps by another Fossil server), then | |
| 28 | +Fossil will use the next available port number. | |
| 29 | +<li>Starting either command from within an "open" Fossil checkout will start a | |
| 30 | +server using the repository corresponding to the checkout. | |
| 31 | +</ol> | |
| 32 | +</p> | |
| 33 | +</blockquote> | |
| 34 | + | |
| 35 | +<h2>Fossil as an ''inetd'' service</h2><blockquote> | |
| 36 | +<p> | |
| 37 | +</p> | |
| 38 | +</blockquote> | |
| 39 | + | |
| 40 | +<h2>Fossil as a ''CGI script''</h2> | |
| 41 | + | |
| 42 | +<h3>One script per repository</h3><blockquote> | |
| 43 | +<p> | |
| 44 | +</p> | |
| 45 | +</blockquote> | |
| 21 | 46 | |
| 22 | -NOTE: the "--port NNN" option will start the server using port "NNN" instead of | |
| 23 | -8080. Also, if port 8080 is already being used (perhaps by another Fossil | |
| 24 | - server), then Fossil will use the next available port number. | |
| 47 | +<h3>Serving multiple repositories with one script</h3><blockquote> | |
| 48 | +<p> | |
| 49 | +</p> | |
| 50 | +</blockquote> | |
| 25 | 51 | |
| 52 | +<h2>Securing a repository with SSL</h2><blockquote> | |
| 53 | +<p> | |
| 54 | +</p> | |
| 26 | 55 | </blockquote> |
| 27 | 56 | |
| 28 | 57 | </nowiki> |
| 29 | 58 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -11,18 +11,47 @@ | |
| 11 | <ul> |
| 12 | <li><tt>fossil server repo.fossil</tt> |
| 13 | <li><tt>fossil ui repo.fossil</tt> |
| 14 | </ul> |
| 15 | |
| 16 | Both of these commands start a Fossil server on port 8080 on the local machine, |
| 17 | which can be accessed with the URL: <tt>http://localhost:8080/</tt> using any |
| 18 | handy web browser. The difference between the two commands is that "ui", in |
| 19 | addition to starting the Fossil server, also starts a web browser and points it |
| 20 | to the URL mentioned above. |
| 21 | |
| 22 | NOTE: the "--port NNN" option will start the server using port "NNN" instead of |
| 23 | 8080. Also, if port 8080 is already being used (perhaps by another Fossil |
| 24 | server), then Fossil will use the next available port number. |
| 25 | |
| 26 | </blockquote> |
| 27 | |
| 28 | </nowiki> |
| 29 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -11,18 +11,47 @@ | |
| 11 | <ul> |
| 12 | <li><tt>fossil server repo.fossil</tt> |
| 13 | <li><tt>fossil ui repo.fossil</tt> |
| 14 | </ul> |
| 15 | |
| 16 | <p> |
| 17 | Both of these commands start a Fossil server on port 8080 on the local machine, |
| 18 | which can be accessed with the URL: <tt>http://localhost:8080/</tt> using any |
| 19 | handy web browser. The difference between the two commands is that "ui", in |
| 20 | addition to starting the Fossil server, also starts a web browser and points it |
| 21 | to the URL mentioned above. |
| 22 | </p> |
| 23 | <p> |
| 24 | NOTES: |
| 25 | <ol> |
| 26 | <li>The option "--port NNN" will start the server on port "NNN" instead of 8080. |
| 27 | <li>If port 8080 is already being used (perhaps by another Fossil server), then |
| 28 | Fossil will use the next available port number. |
| 29 | <li>Starting either command from within an "open" Fossil checkout will start a |
| 30 | server using the repository corresponding to the checkout. |
| 31 | </ol> |
| 32 | </p> |
| 33 | </blockquote> |
| 34 | |
| 35 | <h2>Fossil as an ''inetd'' service</h2><blockquote> |
| 36 | <p> |
| 37 | </p> |
| 38 | </blockquote> |
| 39 | |
| 40 | <h2>Fossil as a ''CGI script''</h2> |
| 41 | |
| 42 | <h3>One script per repository</h3><blockquote> |
| 43 | <p> |
| 44 | </p> |
| 45 | </blockquote> |
| 46 | |
| 47 | <h3>Serving multiple repositories with one script</h3><blockquote> |
| 48 | <p> |
| 49 | </p> |
| 50 | </blockquote> |
| 51 | |
| 52 | <h2>Securing a repository with SSL</h2><blockquote> |
| 53 | <p> |
| 54 | </p> |
| 55 | </blockquote> |
| 56 | |
| 57 | </nowiki> |
| 58 |