Fossil SCM
Typos in the new selfhost.wiki document.
Commit
93d0646830d85089ef9e23ebaac1438caf206b2e
Parent
5523218023af70f…
1 file changed
+7
-7
+7
-7
| --- www/selfhost.wiki | ||
| +++ www/selfhost.wiki | ||
| @@ -1,44 +1,44 @@ | ||
| 1 | 1 | <title>Fossil Self-Hosting Repositories</title> |
| 2 | 2 | <h1 align="center">Fossil Self-Hosting Repositories</h1> |
| 3 | 3 | |
| 4 | 4 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 5 | -there are three publicly accessible repositories for he Fossil source code: | |
| 5 | +there are three publicly accessible repositories for the Fossil source code: | |
| 6 | 6 | |
| 7 | 7 | 1. [http://www.fossil-scm.org/] |
| 8 | 8 | 2. [http://www.hwaci.com/cgi-bin/fossil] |
| 9 | 9 | 3. [http://www2.fossil-scm.org/] |
| 10 | 10 | |
| 11 | 11 | |
| 12 | 12 | The canonical repository is (1). Repositories (2) and (3) automatically |
| 13 | 13 | stay in synchronization with (1) via a |
| 14 | -<a href="http://en.wikipedia.org/wiki/Cron">cron</a> job that invokes | |
| 15 | -"fossil sync" on a daily basis. | |
| 14 | +<a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes | |
| 15 | +"fossil sync" at regular intervals. | |
| 16 | 16 | |
| 17 | 17 | Note that the two secondary repositories are more than just read-only mirrors. |
| 18 | 18 | All three servers support full read/write capabilities. |
| 19 | 19 | Changes (such as new tickets or wiki or check-ins) can be implemented |
| 20 | 20 | on any of the three servers and those changes automatically propagate to the |
| 21 | 21 | other two servers. |
| 22 | 22 | |
| 23 | 23 | Server (1) runs as a CGI script on a |
| 24 | 24 | <a href="http://www.linode.com/">Linode 720</a> located in Dallas, TX |
| 25 | -- on the same virtual | |
| 26 | -machine hosts <a href="http://www.sqlite.org/">SQLite</a> and over a | |
| 25 | +- on the same virtual machine that | |
| 26 | +hosts <a href="http://www.sqlite.org/">SQLite</a> and over a | |
| 27 | 27 | dozen other smaller projects. This demonstrates that Fossil does not |
| 28 | 28 | require much server power. |
| 29 | -Multiple fossil-based projects an easily be hosted on the same machine, | |
| 29 | +Multiple fossil-based projects can easily be hosted on the same machine, | |
| 30 | 30 | even if that machine is itself one of several dozen virtual machines on |
| 31 | 31 | single physical box. The CGI script that runs the canonical Fossil |
| 32 | 32 | self-hosting repository is as follows: |
| 33 | 33 | |
| 34 | 34 | <blockquote><pre> |
| 35 | 35 | #!/usr/bin/fossil |
| 36 | 36 | repository: /fossil/fossil.fossil |
| 37 | 37 | </pre></blockquote> |
| 38 | 38 | |
| 39 | -Server (2) run as a CGI script on a shared hosting account at | |
| 39 | +Server (2) runs as a CGI script on a shared hosting account at | |
| 40 | 40 | <a href="http://www.he.net/">Hurricane Electric</a> in San Jose and |
| 41 | 41 | Fremont, CA. This server demonstrates the ability of |
| 42 | 42 | Fossil to run on an economical shared-host web account with no |
| 43 | 43 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 44 | 44 | to have a dedicated server to run Fossil. As far as we are aware, |
| 45 | 45 |
| --- www/selfhost.wiki | |
| +++ www/selfhost.wiki | |
| @@ -1,44 +1,44 @@ | |
| 1 | <title>Fossil Self-Hosting Repositories</title> |
| 2 | <h1 align="center">Fossil Self-Hosting Repositories</h1> |
| 3 | |
| 4 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 5 | there are three publicly accessible repositories for he Fossil source code: |
| 6 | |
| 7 | 1. [http://www.fossil-scm.org/] |
| 8 | 2. [http://www.hwaci.com/cgi-bin/fossil] |
| 9 | 3. [http://www2.fossil-scm.org/] |
| 10 | |
| 11 | |
| 12 | The canonical repository is (1). Repositories (2) and (3) automatically |
| 13 | stay in synchronization with (1) via a |
| 14 | <a href="http://en.wikipedia.org/wiki/Cron">cron</a> job that invokes |
| 15 | "fossil sync" on a daily basis. |
| 16 | |
| 17 | Note that the two secondary repositories are more than just read-only mirrors. |
| 18 | All three servers support full read/write capabilities. |
| 19 | Changes (such as new tickets or wiki or check-ins) can be implemented |
| 20 | on any of the three servers and those changes automatically propagate to the |
| 21 | other two servers. |
| 22 | |
| 23 | Server (1) runs as a CGI script on a |
| 24 | <a href="http://www.linode.com/">Linode 720</a> located in Dallas, TX |
| 25 | - on the same virtual |
| 26 | machine hosts <a href="http://www.sqlite.org/">SQLite</a> and over a |
| 27 | dozen other smaller projects. This demonstrates that Fossil does not |
| 28 | require much server power. |
| 29 | Multiple fossil-based projects an easily be hosted on the same machine, |
| 30 | even if that machine is itself one of several dozen virtual machines on |
| 31 | single physical box. The CGI script that runs the canonical Fossil |
| 32 | self-hosting repository is as follows: |
| 33 | |
| 34 | <blockquote><pre> |
| 35 | #!/usr/bin/fossil |
| 36 | repository: /fossil/fossil.fossil |
| 37 | </pre></blockquote> |
| 38 | |
| 39 | Server (2) run as a CGI script on a shared hosting account at |
| 40 | <a href="http://www.he.net/">Hurricane Electric</a> in San Jose and |
| 41 | Fremont, CA. This server demonstrates the ability of |
| 42 | Fossil to run on an economical shared-host web account with no |
| 43 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 44 | to have a dedicated server to run Fossil. As far as we are aware, |
| 45 |
| --- www/selfhost.wiki | |
| +++ www/selfhost.wiki | |
| @@ -1,44 +1,44 @@ | |
| 1 | <title>Fossil Self-Hosting Repositories</title> |
| 2 | <h1 align="center">Fossil Self-Hosting Repositories</h1> |
| 3 | |
| 4 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 5 | there are three publicly accessible repositories for the Fossil source code: |
| 6 | |
| 7 | 1. [http://www.fossil-scm.org/] |
| 8 | 2. [http://www.hwaci.com/cgi-bin/fossil] |
| 9 | 3. [http://www2.fossil-scm.org/] |
| 10 | |
| 11 | |
| 12 | The canonical repository is (1). Repositories (2) and (3) automatically |
| 13 | stay in synchronization with (1) via a |
| 14 | <a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes |
| 15 | "fossil sync" at regular intervals. |
| 16 | |
| 17 | Note that the two secondary repositories are more than just read-only mirrors. |
| 18 | All three servers support full read/write capabilities. |
| 19 | Changes (such as new tickets or wiki or check-ins) can be implemented |
| 20 | on any of the three servers and those changes automatically propagate to the |
| 21 | other two servers. |
| 22 | |
| 23 | Server (1) runs as a CGI script on a |
| 24 | <a href="http://www.linode.com/">Linode 720</a> located in Dallas, TX |
| 25 | - on the same virtual machine that |
| 26 | hosts <a href="http://www.sqlite.org/">SQLite</a> and over a |
| 27 | dozen other smaller projects. This demonstrates that Fossil does not |
| 28 | require much server power. |
| 29 | Multiple fossil-based projects can easily be hosted on the same machine, |
| 30 | even if that machine is itself one of several dozen virtual machines on |
| 31 | single physical box. The CGI script that runs the canonical Fossil |
| 32 | self-hosting repository is as follows: |
| 33 | |
| 34 | <blockquote><pre> |
| 35 | #!/usr/bin/fossil |
| 36 | repository: /fossil/fossil.fossil |
| 37 | </pre></blockquote> |
| 38 | |
| 39 | Server (2) runs as a CGI script on a shared hosting account at |
| 40 | <a href="http://www.he.net/">Hurricane Electric</a> in San Jose and |
| 41 | Fremont, CA. This server demonstrates the ability of |
| 42 | Fossil to run on an economical shared-host web account with no |
| 43 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 44 | to have a dedicated server to run Fossil. As far as we are aware, |
| 45 |