Note: Currently new registrations are closed, if you want an account Contact us
Difference between revisions of "Poddery - Diaspora, Matrix and XMPP"
(starting documentation) |
(starting and stopping commands added) |
||
Line 1: | Line 1: | ||
We run a diaspora service at [http://poddery.com poddery.com] | We run a diaspora service at [http://poddery.com poddery.com] | ||
== Environment == | |||
* Username - diaspora | |||
* Path - /home/diaspora/diaspora | |||
We use screen to keep the process running | |||
* Starting - ./script/server (use screen command) | |||
* Stopping - screen -ls will list the running screen instances, press Control + C to stop, press Control + A D to detach screen) | |||
* [https://wiki.diasporafoundation.org/Updating Steps to follow on updating] | |||
== Statistics == | |||
* [https://poddery.com/statistics.json live statistics] | |||
[[Category:Services]] | [[Category:Services]] |
Revision as of 17:26, 14 March 2014
We run a diaspora service at poddery.com
Environment
- Username - diaspora
- Path - /home/diaspora/diaspora
We use screen to keep the process running
- Starting - ./script/server (use screen command)
- Stopping - screen -ls will list the running screen instances, press Control + C to stop, press Control + A D to detach screen)