mastodon setup notes on multipass
This commit is contained in:
parent
9295bd13f1
commit
312adb6ff1
14
multipass.md
14
multipass.md
@ -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-*
|
Loading…
Reference in New Issue
Block a user