Difference between revisions of "Poddery - Diaspora, Matrix and XMPP"

(→‎Environment: no reboot required)
Line 6: Line 6:
* Path - /home/diaspora/diaspora
* Path - /home/diaspora/diaspora


We use screen to keep the process running
We use screen to keep the process running. So look for any running instances within screens using screen command.


* Starting - ./script/server (use screen command)
* Stopping - "screen -ls" will list the running screens. Switch to a screen using "screen -x <screen-name>. Press Control + C to stop the diaspora process and press Control + A D to detach screen)
* Stopping - screen -ls will list the running screen instances, press Control + C to stop, press Control + A D to detach screen)
 
* Starting - Make sure Diaspora is not running in any screens. If yes then follow above steps before proceeding. "./script/server" will start Diaspora.


* [https://wiki.diasporafoundation.org/Updating Steps to follow on updating]
* [https://wiki.diasporafoundation.org/Updating Steps to follow on updating]