Hello!

On Tuesday 15 December 2009 19:05:31 D. Richard Hipp wrote:
> Maintaining a fork of SQLite using Fossil is not difficult.  A sketch  
> of one solution can be found at http://www.sqlite.org/ 
> privatebranch.html  and there is an updated version of that document  
> at http://www.sqlite.org/draft/privatebranch.html that I prepared in  
> response to this very issue and which will be in the next official  
> release of SQLite.

Please add instructions for run with daemontools:

/usr/bin/tcpserver -- 0 80 /usr/bin/fossil http 
/var/www/sqlite3/private-project.fossil

This command starts fossil with /var/www/sqlite3/private-project.fossil 
repository
on port 80 on interface 0.0.0.0

And
/usr/bin/tcpserver -- 127.0.0.1 20000 /usr/bin/fossil http 
/var/www/sqlite3/private-project.fossil
starts fossil on localhost (127.0.0.1) and port 20000

The run script for RUNIT is similar to
#!/bin/sh 

exec /usr/bin/tcpserver -- 0 80 /usr/bin/fossil http 
/var/www/sqlite3/private-project.fossil


Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to