Mastodon: Difference between revisions
| Line 44: | Line 44: | ||
* <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 with <tt>systemctl status</tt> and, if necessary, <tt>journalctl</tt> | * Check the status of all three units with <tt>systemctl status</tt> and, if necessary, <tt>journalctl</tt> | ||
** You ought have a <tt>puma</tt> process listening on port 3000 | |||
** You ought have a <tt>node</tt> process listening on port 4000 | ** 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> | ||