How to start the seafile service

This is ones again a note to myself.

Best way to start the seafile server on my linux server

  • SSH into the webserver
  • Using su – seafile to change to the seafile user
  • cd to the seafile directory
  • execute the following command: source python-venv/bin/activate
  • cd seafile-server-latest
  • execute: ./seafile.sh start
  • execute: ./seahub.sh start
  • and disconnect.

Please note, this works for me, it might not work for you.