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 20:05:37 +02:00
parent 8a5bfdce79
commit 77011b3e4d

View file

@ -35,6 +35,7 @@ sudo yunohost app setting $app domain -v $domain
sudo apt-get update sudo apt-get update
sudo apt-get -y install wkhtmltopdf sudo apt-get -y install wkhtmltopdf
sudo apt-get -y install odoo sudo apt-get -y install odoo
su - postgres -c "createuser -s odoo" 2> /dev/null || true
# Set admin password # Set admin password
sudo sed -i "s@ADMIN_PASSWORD@$admin_password@g" ../conf/openerp-server.conf sudo sed -i "s@ADMIN_PASSWORD@$admin_password@g" ../conf/openerp-server.conf