Fossil SCM
Updates to the self-hosting page.
Commit
4ab7251fcd557333dc8c2cf27bb5758ee5dd506f
Parent
356e877ceaf7211…
1 file changed
+10
-10
+10
-10
| --- www/selfhost.wiki | ||
| +++ www/selfhost.wiki | ||
| @@ -2,12 +2,12 @@ | ||
| 2 | 2 | |
| 3 | 3 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 4 | 4 | there are three publicly accessible repositories for the Fossil source code: |
| 5 | 5 | |
| 6 | 6 | 1. [http://www.fossil-scm.org/] |
| 7 | - 2. [http://www.hwaci.com/cgi-bin/fossil] | |
| 8 | - 3. [http://www2.fossil-scm.org/] | |
| 7 | + 2. [http://www2.fossil-scm.org/] | |
| 8 | + 3. [http://www3.fossil-scm.org/site.cgi] | |
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | The canonical repository is (1). Repositories (2) and (3) automatically |
| 12 | 12 | stay in synchronization with (1) via a |
| 13 | 13 | <a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes |
| @@ -18,11 +18,11 @@ | ||
| 18 | 18 | Changes (such as new tickets or wiki or check-ins) can be implemented |
| 19 | 19 | on any of the three servers and those changes automatically propagate to the |
| 20 | 20 | other two servers. |
| 21 | 21 | |
| 22 | 22 | Server (1) runs as a CGI script on a |
| 23 | -<a href="http://www.linode.com/">Linode 720</a> located in Dallas, TX | |
| 23 | +<a href="http://www.linode.com/">Linode 1024</a> located in Dallas, TX | |
| 24 | 24 | - on the same virtual machine that |
| 25 | 25 | hosts <a href="http://www.sqlite.org/">SQLite</a> and over a |
| 26 | 26 | dozen other smaller projects. This demonstrates that Fossil does not |
| 27 | 27 | require much server power. |
| 28 | 28 | Multiple fossil-based projects can easily be hosted on the same machine, |
| @@ -33,13 +33,13 @@ | ||
| 33 | 33 | <blockquote><pre> |
| 34 | 34 | #!/usr/bin/fossil |
| 35 | 35 | repository: /fossil/fossil.fossil |
| 36 | 36 | </pre></blockquote> |
| 37 | 37 | |
| 38 | -Server (2) runs as a CGI script on a shared hosting account at | |
| 39 | -<a href="http://www.he.net/">Hurricane Electric</a> in San Jose and | |
| 40 | -Fremont, CA. This server demonstrates the ability of | |
| 38 | +Server (3) runs as a CGI script on a shared hosting account at | |
| 39 | +<a href="http://www.he.net/">Hurricane Electric</a> in Fremont, CA. | |
| 40 | +This server demonstrates the ability of | |
| 41 | 41 | Fossil to run on an economical shared-host web account with no |
| 42 | 42 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 43 | 43 | to have a dedicated server to run Fossil. As far as we are aware, |
| 44 | 44 | Fossil is the only full-featured configuration management system |
| 45 | 45 | that can run in |
| @@ -50,16 +50,16 @@ | ||
| 50 | 50 | <blockquote><pre> |
| 51 | 51 | #!/home/hwaci/bin/fossil |
| 52 | 52 | repository: /home/hwaci/fossil/fossil.fossil |
| 53 | 53 | </pre></blockquote> |
| 54 | 54 | |
| 55 | -Server (2) is synchronized with the canonical server (1) by running | |
| 55 | +Server (3) is synchronized with the canonical server (1) by running | |
| 56 | 56 | the following command via cron: |
| 57 | 57 | |
| 58 | 58 | <blockquote><pre> |
| 59 | 59 | /home/hwaci/bin/fossil sync -R /home/hwaci/fossil/fossil.fossil |
| 60 | 60 | </pre></blockquote> |
| 61 | 61 | |
| 62 | -Server (3) is a | |
| 63 | -<a href="http://www.linode.com/">Linode 360</a> located in Atlanta, GA | |
| 62 | +Server (2) is a | |
| 63 | +<a href="http://www.linode.com/">Linode 512</a> located in Atlanta, GA | |
| 64 | 64 | and set up just like the canonical server (1) with the addition of a |
| 65 | -cron job for synchronization as in server (2). | |
| 65 | +cron job for synchronization as in server (3). | |
| 66 | 66 |
| --- www/selfhost.wiki | |
| +++ www/selfhost.wiki | |
| @@ -2,12 +2,12 @@ | |
| 2 | |
| 3 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 4 | there are three publicly accessible repositories for the Fossil source code: |
| 5 | |
| 6 | 1. [http://www.fossil-scm.org/] |
| 7 | 2. [http://www.hwaci.com/cgi-bin/fossil] |
| 8 | 3. [http://www2.fossil-scm.org/] |
| 9 | |
| 10 | |
| 11 | The canonical repository is (1). Repositories (2) and (3) automatically |
| 12 | stay in synchronization with (1) via a |
| 13 | <a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes |
| @@ -18,11 +18,11 @@ | |
| 18 | Changes (such as new tickets or wiki or check-ins) can be implemented |
| 19 | on any of the three servers and those changes automatically propagate to the |
| 20 | other two servers. |
| 21 | |
| 22 | Server (1) runs as a CGI script on a |
| 23 | <a href="http://www.linode.com/">Linode 720</a> located in Dallas, TX |
| 24 | - on the same virtual machine that |
| 25 | hosts <a href="http://www.sqlite.org/">SQLite</a> and over a |
| 26 | dozen other smaller projects. This demonstrates that Fossil does not |
| 27 | require much server power. |
| 28 | Multiple fossil-based projects can easily be hosted on the same machine, |
| @@ -33,13 +33,13 @@ | |
| 33 | <blockquote><pre> |
| 34 | #!/usr/bin/fossil |
| 35 | repository: /fossil/fossil.fossil |
| 36 | </pre></blockquote> |
| 37 | |
| 38 | Server (2) runs as a CGI script on a shared hosting account at |
| 39 | <a href="http://www.he.net/">Hurricane Electric</a> in San Jose and |
| 40 | Fremont, CA. This server demonstrates the ability of |
| 41 | Fossil to run on an economical shared-host web account with no |
| 42 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 43 | to have a dedicated server to run Fossil. As far as we are aware, |
| 44 | Fossil is the only full-featured configuration management system |
| 45 | that can run in |
| @@ -50,16 +50,16 @@ | |
| 50 | <blockquote><pre> |
| 51 | #!/home/hwaci/bin/fossil |
| 52 | repository: /home/hwaci/fossil/fossil.fossil |
| 53 | </pre></blockquote> |
| 54 | |
| 55 | Server (2) is synchronized with the canonical server (1) by running |
| 56 | the following command via cron: |
| 57 | |
| 58 | <blockquote><pre> |
| 59 | /home/hwaci/bin/fossil sync -R /home/hwaci/fossil/fossil.fossil |
| 60 | </pre></blockquote> |
| 61 | |
| 62 | Server (3) is a |
| 63 | <a href="http://www.linode.com/">Linode 360</a> located in Atlanta, GA |
| 64 | and set up just like the canonical server (1) with the addition of a |
| 65 | cron job for synchronization as in server (2). |
| 66 |
| --- www/selfhost.wiki | |
| +++ www/selfhost.wiki | |
| @@ -2,12 +2,12 @@ | |
| 2 | |
| 3 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 4 | there are three publicly accessible repositories for the Fossil source code: |
| 5 | |
| 6 | 1. [http://www.fossil-scm.org/] |
| 7 | 2. [http://www2.fossil-scm.org/] |
| 8 | 3. [http://www3.fossil-scm.org/site.cgi] |
| 9 | |
| 10 | |
| 11 | The canonical repository is (1). Repositories (2) and (3) automatically |
| 12 | stay in synchronization with (1) via a |
| 13 | <a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes |
| @@ -18,11 +18,11 @@ | |
| 18 | Changes (such as new tickets or wiki or check-ins) can be implemented |
| 19 | on any of the three servers and those changes automatically propagate to the |
| 20 | other two servers. |
| 21 | |
| 22 | Server (1) runs as a CGI script on a |
| 23 | <a href="http://www.linode.com/">Linode 1024</a> located in Dallas, TX |
| 24 | - on the same virtual machine that |
| 25 | hosts <a href="http://www.sqlite.org/">SQLite</a> and over a |
| 26 | dozen other smaller projects. This demonstrates that Fossil does not |
| 27 | require much server power. |
| 28 | Multiple fossil-based projects can easily be hosted on the same machine, |
| @@ -33,13 +33,13 @@ | |
| 33 | <blockquote><pre> |
| 34 | #!/usr/bin/fossil |
| 35 | repository: /fossil/fossil.fossil |
| 36 | </pre></blockquote> |
| 37 | |
| 38 | Server (3) runs as a CGI script on a shared hosting account at |
| 39 | <a href="http://www.he.net/">Hurricane Electric</a> in Fremont, CA. |
| 40 | This server demonstrates the ability of |
| 41 | Fossil to run on an economical shared-host web account with no |
| 42 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 43 | to have a dedicated server to run Fossil. As far as we are aware, |
| 44 | Fossil is the only full-featured configuration management system |
| 45 | that can run in |
| @@ -50,16 +50,16 @@ | |
| 50 | <blockquote><pre> |
| 51 | #!/home/hwaci/bin/fossil |
| 52 | repository: /home/hwaci/fossil/fossil.fossil |
| 53 | </pre></blockquote> |
| 54 | |
| 55 | Server (3) is synchronized with the canonical server (1) by running |
| 56 | the following command via cron: |
| 57 | |
| 58 | <blockquote><pre> |
| 59 | /home/hwaci/bin/fossil sync -R /home/hwaci/fossil/fossil.fossil |
| 60 | </pre></blockquote> |
| 61 | |
| 62 | Server (2) is a |
| 63 | <a href="http://www.linode.com/">Linode 512</a> located in Atlanta, GA |
| 64 | and set up just like the canonical server (1) with the addition of a |
| 65 | cron job for synchronization as in server (3). |
| 66 |