Automatic startup methods: Difference between revisions
No edit summary |
(→Init Scripts & Upstart: debian installer init script added) |
||
Line 2: | Line 2: | ||
== Init Scripts & Upstart == | == Init Scripts & Upstart == | ||
* [http://anonscm.debian.org/cgit/pkg-ruby-extras/diaspora-installer.git/tree/debian/diaspora-installer.init Init script of debian-installer package] | |||
Sample /etc/diaspora.conf required by the init script is given below | |||
<code><pre> | |||
export SERVERNAME=localhost | |||
export ENVIRONMENT_URL=https://localhost | |||
export RAILS_ENV=production | |||
export DB=postgres</pre></code> | |||
* <del>[https://github.com/netom/diaspora-init diaspora-init on Github by netom]</del> [https://github.com/ur5/diaspora-init fork of dead repo] | * <del>[https://github.com/netom/diaspora-init diaspora-init on Github by netom]</del> [https://github.com/ur5/diaspora-init fork of dead repo] | ||
* [https://github.com/jhass/old_diaspora_wiki/blob/master/Init-script-for-diaspora.md Init Script on OLD github page for diaspora] | * [https://github.com/jhass/old_diaspora_wiki/blob/master/Init-script-for-diaspora.md Init Script on OLD github page for diaspora] |
Revision as of 07:12, 6 January 2015
This page is for listing alternative methods for starting up the Diaspora service automatical or in some manner other than calling the ./script/start
Init Scripts & Upstart
Sample /etc/diaspora.conf required by the init script is given below
export SERVERNAME=localhost
export ENVIRONMENT_URL=https://localhost
export RAILS_ENV=production
export DB=postgres
diaspora-init on Github by netomfork of dead repo- Init Script on OLD github page for diaspora
- Stack Overflow Ubuntu init script
systemd
- Old systemd unit starting script/server
- modular systemd units (running puma instead of unicorn)