1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00
This commit is contained in:
scith 2015-09-14 17:43:17 +02:00
parent dd5aef8ec2
commit 4e8c55e831

View file

@ -40,6 +40,8 @@ sudo yunohost app setting $app domain -v $domain
# Add services # Add services
sudo yunohost service add postgresql sudo yunohost service add postgresql
sudo yunohost service add odoo sudo yunohost service add odoo
sudo yunohost service stop odoo
sudo yunohost service start odoo
# Configure Nginx and reload # Configure Nginx and reload
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