Sebastian Reyes Espinosa
Sebastian Reyes Espinosa
In his actual state, the script need to be edited if you want to include some level of customization on the install. Perhaps implementing a little interactive shell behaviour with...
Always is a good practice, for readability porpoises mainly, to use indentation in bash scripting, in the starting script than is going to be created to manage the service that's...
There is the change to create a really nice odoo setup placing it behind a proxy, implementing SSL certificate, and serving it's content with as a wsgi, that creates a...
Actually no, sorry, I don't have really good experience with bash scripting, but I'll take a look to see if there a nice snippet than can be implemented here.
I used this two tutorial in the past to implement that setup: http://www.schenkels.nl/2014/12/reverse-proxy-with-odoo-8-nginx-ubuntu-14-04-lts/ http://www.nkr1ptd.com/2014/11/using-nginx-with-odoo-version-8-on.html Both were designed for odoo8 but there is no real difference that a could think of...
@Yenthe666 @tvibliani to run the script you need sudo permissions, that's obvious, but when you run the script, the execution speed is going to be affected by the internet connection...
Does it sound to wild to you if the script is also able to deploy Odoo over a AWS stack, using EC2, RDS and S3 services from the user? Just...
There a few ways to run bash script files on the shell, one is to invoke the interpreter so you `bash script_name.sh` the other one, if the file has execution...
Well @Yenthe666 about Docker, I don't think is impossible, and actually I think is not that difficult, but what I was thinking was about a cleaner and more structured (so...
Shouldn't the `dbfilter`parameter be injected from the nginx proxy?