Signed-off-by: Tony Benoy <me@tonybenoy.com>
pull/215/head
Tony Benoy 6 years ago
parent 330344fa83
commit f86d670203
No known key found for this signature in database
GPG Key ID: C26752B6501EAD3D

@ -25,7 +25,7 @@ There are a few things you can configure, this is the most used list:<br/>
```ENABLE_SSL``` Set this to ```True``` to install [certbot](https://github.com/certbot/certbot) and configure nginx with https using a free Let's Encrypted certificate<br/> ```ENABLE_SSL``` Set this to ```True``` to install [certbot](https://github.com/certbot/certbot) and configure nginx with https using a free Let's Encrypted certificate<br/>
```ADMIN_EMAIL``` Email is needed to register for Let's Encrypt registration. Replace the default placeholder with an email of your organisation.<br/> ```ADMIN_EMAIL``` Email is needed to register for Let's Encrypt registration. Replace the default placeholder with an email of your organisation.<br/>
```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the placeholder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation<br/> ```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the placeholder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation<br/>
_By enabling SSL through Let's Encrypt you agree to the following [policies](https://www.eff.org/code/privacy/policy)_ <br/> _By enabling SSL though Let's Encrypt you agree to the following [policies](https://www.eff.org/code/privacy/policy)_ <br/>
#### 3. Make the script executable #### 3. Make the script executable
``` ```

@ -377,6 +377,6 @@ echo "Start Odoo service: sudo service $OE_CONFIG start"
echo "Stop Odoo service: sudo service $OE_CONFIG stop" echo "Stop Odoo service: sudo service $OE_CONFIG stop"
echo "Restart Odoo service: sudo service $OE_CONFIG restart" echo "Restart Odoo service: sudo service $OE_CONFIG restart"
if [ $INSTALL_NGINX = "True" ]; then if [ $INSTALL_NGINX = "True" ]; then
echo "Nginx configuration at: /etc/nginx/sites-available/odoo" echo "Nginx configuration file: /etc/nginx/sites-available/odoo"
fi fi
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"

Loading…
Cancel
Save