Mastodon: Difference between revisions
No edit summary |
|||
| Line 38: | Line 38: | ||
* <tt>sudo a2ensite mastodon</tt> | * <tt>sudo a2ensite mastodon</tt> | ||
* <tt>sudo systemctl reload apache2</tt> | * <tt>sudo systemctl reload apache2</tt> | ||
==Start it== | |||
* <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> | |||
* Check the status of all three units | |||
* 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 | |||