mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Clean
This commit is contained in:
parent
83c1b34acb
commit
042ccde35b
1 changed files with 1 additions and 16 deletions
|
@ -194,21 +194,6 @@ sudo yunohost service add mastodon-web
|
||||||
sudo yunohost service add mastodon-sidekiq
|
sudo yunohost service add mastodon-sidekiq
|
||||||
sudo yunohost service add mastodon-streaming
|
sudo yunohost service add mastodon-streaming
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
# restart 1
|
|
||||||
# sudo systemctl restart mastodon-*
|
|
||||||
|
|
||||||
# Re-Install bundle WHY ???
|
|
||||||
sudo su - $app <<MCOMMANDS
|
|
||||||
# cd live
|
|
||||||
bundle install
|
|
||||||
MCOMMANDS
|
|
||||||
|
|
||||||
# restart 2
|
|
||||||
sudo systemctl restart mastodon-*.service
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> refs/remotes/magikcypress/master
|
|
||||||
# Copy nginx config
|
# Copy nginx config
|
||||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
||||||
sudo sed -i "s@__PATH__@$path@g" /etc/nginx/conf.d/$domain.d/$app.conf
|
sudo sed -i "s@__PATH__@$path@g" /etc/nginx/conf.d/$domain.d/$app.conf
|
||||||
|
@ -235,4 +220,4 @@ fi
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
||||||
# Reload Nginx
|
# Reload Nginx
|
||||||
sudo systemctl reload nginx
|
sudo systemctl reload nginx
|
||||||
|
|
Loading…
Add table
Reference in a new issue