Skip to content

Instantly share code, notes, and snippets.

@ebta
Created August 3, 2015 04:52
Show Gist options
  • Save ebta/4a5e20ca2bde3412043b to your computer and use it in GitHub Desktop.
Save ebta/4a5e20ca2bde3412043b to your computer and use it in GitHub Desktop.
Menjalankan Fossil di Server Ubuntu Linux Server
# Menjalankan fossil di server sebagai service
# Jangan sebagai root, karena ada masalah hak akses, jadi perlu user lain
# /repo/path adalah lokasi repository *.fossil
su user -c "nohup fossil server --port 1234 /repo/path > /dev/null 2>&1 &"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment