Chris Coleman
Chris Coleman
I'm surprised and don't believe MS is still acting anti competitive in 2020. Example, they recently integrated linux VMs into windows server (afaik)! I bet this AutodiscoverV2 is caused by...
That would be brilliant. A real time saver. For those who want to fast uninstall, and test run a new versions of the script. Without having to reinstall the OS,...
@Yenthe666 For better maintainability, I vote for the same script, with the `--uninstall` command line parameter. It should be simple to get done, every command has its inverse/opposite!
@jpaulin 1. I've implemented `--uninstall` in the script. * The way it works right now is, it will uninstall the one `/home/odoo` directory (default name), and delete the one `odoo`...
@sebastian-code @qupro @tvibliani I've added support for Nginx and SSL ! https://github.com/chris001/InstallScript/blob/patch-2/odoo_install.sh
I've added the code to simply install the python `virtualenv` stuff, but haven't had a chance to test it and verify it works correctly. It's currently incomplete in the sense...
Root (sudo) is only needed for installing the system packages with `apt`, for installing system-wide python packages with `pip`, and for other sys admin actions such as creating the user...
Yes @jpaulin @Yenthe666 when you run odoo service listening on port
More about werkzeug (German word for "tool"): https://pypi.python.org/pypi/Werkzeug
@sebastian-code @Yenthe666 Here's an Ansible installer for Odoo 10 on16.04, probably needs to be updated for 11 on 17.04: https://github.com/osiell/ansible-odoo