|
|
Line 2: |
Line 2: |
|
| |
|
| == Environment == | | == Environment == |
| | We use diaspora-installer package from https://people.debian.org/~praveen/diaspora-jessie/ |
|
| |
|
| * Username - diaspora
| | See /usr/share/doc/diaspora-common/README for package specific configuration. |
| * Path - /home/diaspora/diaspora
| |
| | |
| We use screen to keep the process running. So look for any running instances within screens using 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)
| |
| | |
| * 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]
| |
| | |
| a rough indicator of the progress when running migrations, compare SELECT COUNT(*) FROM tags; to SELECT COUNT(*) FROM tags WHERE taggings_count > 0;
| |
| | |
| Note: You can run the update while diaspora is running.
| |
|
| |
|
| == Homepage == | | == Homepage == |