I had missed your first part.
To run Seafile from command line, first
ccnet -c /home/<yourname>/.ccnet
Second
seaf-daemon -c /home/plt/.ccnet -d /data/seafile-data -w /data/seafile
This works for me. But you maybe need to
nohup ccnet -c /home/<yourname>/.ccnet &
sleep 2
nohup seaf-daemon -c /home/plt/.ccnet -d /data/seafile-data -w /data/seafile &
to run them in background.
Ccnet manages networking, seaf-daemon manages files. You should make sure ccnet is started befor seaf-daemon.
On Friday, January 25, 2013 7:23:56 PM UTC+8, Alex Page wrote: