Mastodon: Difference between revisions
No edit summary |
|||
| Line 42: | Line 42: | ||
* <tt>sudo cp ~mastodon/live/dist/*service /etc/systemd/system</tt> | * <tt>sudo cp ~mastodon/live/dist/*service /etc/systemd/system</tt> | ||
* <tt>for in in web sidekiq streaming ; do sudo systemctl start mastodon-$i ; done</tt> | * <tt>for in in web sidekiq streaming ; do sudo systemctl start mastodon-$i ; done</tt> | ||
* Check the status of all three units | * Check the status of all three units with <tt>systemctl status</tt> and, if necessary, <tt>journalctl</tt> | ||
** You ought have a <tt>node</tt> process listening on port 4000 | |||
* If good, <tt>for in in web sidekiq streaming ; do sudo systemctl enable mastodon-$i ; done</tt> | * If good, <tt>for in in web sidekiq streaming ; do sudo systemctl enable mastodon-$i ; done</tt> | ||
** The units are now persistent, and ought start at system boot | ** The units are now persistent, and ought start at system boot | ||