Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | more detail for server.wiki |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c516e0d2a090470d513e0e297e0a95ec |
User & Date: | ron 2010-02-17 20:27:52.000 |
Context
2010-02-18
| ||
11:20 | server docs ... (check-in: 0c83e192c7 user: ron tags: trunk) | |
2010-02-17
| ||
20:27 | more detail for server.wiki ... (check-in: c516e0d2a0 user: ron tags: trunk) | |
20:17 | add server.wiki document ... (check-in: f546625903 user: ron tags: trunk) | |
Changes
Changes to www/server.wiki.
︙ | ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 | in the file "<tt>repo.fossil</tt>", you can use either of these commands to start Fossil as a server: <ul> <li><tt>fossil server repo.fossil</tt> <li><tt>fossil ui repo.fossil</tt> </ul> Both of these commands start a Fossil server on port 8080 on the local machine, which can be accessed with the URL: <tt>http://localhost:8080/</tt> using any handy web browser. The difference between the two commands is that "ui", in addition to starting the Fossil server, also starts a web browser and points it to the URL mentioned above. | > | > > > | | | > > > > > > > > > > > > > > > > > > > > > > > > > | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | in the file "<tt>repo.fossil</tt>", you can use either of these commands to start Fossil as a server: <ul> <li><tt>fossil server repo.fossil</tt> <li><tt>fossil ui repo.fossil</tt> </ul> <p> Both of these commands start a Fossil server on port 8080 on the local machine, which can be accessed with the URL: <tt>http://localhost:8080/</tt> using any handy web browser. The difference between the two commands is that "ui", in addition to starting the Fossil server, also starts a web browser and points it to the URL mentioned above. </p> <p> NOTES: <ol> <li>The option "--port NNN" will start the server on port "NNN" instead of 8080. <li>If port 8080 is already being used (perhaps by another Fossil server), then Fossil will use the next available port number. <li>Starting either command from within an "open" Fossil checkout will start a server using the repository corresponding to the checkout. </ol> </p> </blockquote> <h2>Fossil as an ''inetd'' service</h2><blockquote> <p> </p> </blockquote> <h2>Fossil as a ''CGI script''</h2> <h3>One script per repository</h3><blockquote> <p> </p> </blockquote> <h3>Serving multiple repositories with one script</h3><blockquote> <p> </p> </blockquote> <h2>Securing a repository with SSL</h2><blockquote> <p> </p> </blockquote> </nowiki> |