mastodon setup notes on multipass

This commit is contained in:
fleetside72 2020-02-11 23:00:15 -05:00
parent 9295bd13f1
commit 312adb6ff1

View File

@ -99,3 +99,17 @@ this will prompt smtp setup
compilation failed, complained about memory
setup service files:
```
cp /home/mastodon/live/dist/nginx.conf /etc/nginx/sites-available/mastodon
ln -s /etc/nginx/sites-available/mastodon /etc/nginx/sites-enabled/mastodon
```
then you have to replace example.com with a target domain in the nginx files
using vim -> `:%s/example.com/hptrow.me`
setup load services
```
sudo systemctl daemon-reload
sudo systemctl start mastodon-web mastodon-sidekiq mastodon-streaming
sudo systemctl enable mastodon-*