42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
Fossil to run on an economical shared-host web account with no
privileges beyond port 80 HTTP access and CGI. It is not necessary
to have a dedicated server to run Fossil. As far as we are aware,
Fossil is the only full-featured configuration management system
that can run in
such a restricted environment. The CGI script that runs on the
Hurricane Electric server is the same as the CGI script shown above,
except that the pathnames are modified to suite the environment:
<blockquote><pre>
#!/home/hwaci/bin/fossil
repository: /home/hwaci/fossil/fossil.fossil
</pre></blockquote>
Server (2) is synchronized with the canonical server (1) by running
|
|
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
Fossil to run on an economical shared-host web account with no
privileges beyond port 80 HTTP access and CGI. It is not necessary
to have a dedicated server to run Fossil. As far as we are aware,
Fossil is the only full-featured configuration management system
that can run in
such a restricted environment. The CGI script that runs on the
Hurricane Electric server is the same as the CGI script shown above,
except that the pathnames are modified to suit the environment:
<blockquote><pre>
#!/home/hwaci/bin/fossil
repository: /home/hwaci/fossil/fossil.fossil
</pre></blockquote>
Server (2) is synchronized with the canonical server (1) by running
|