I have a subscription to Enterprise license. How can I install it using Source Code (Enterprise 11.0)
1. Fresh Ubuntu server (16.04).
2. I downloaded the tar file from the link in my email for subscription to download the source code to my local.4
3. I FTP the entire file to the Ubuntu. Unzip it.
4. I tried to follow the steps in https://www.odoo.com/documentation/11.0/setup/install.html#setup-install-source but it is kind of vague. But I searched on Google to find a similar post to prepare it and those posts mention how to start a server -> running a Odoo binary file. I could not find it in my folder.
5. I downloaded PIP3 on the Ubuntu server and run PIP3 on the requirements.txt that exists in the unzipped folder. Got some error.
I need help with preparing/downloading dependencies steps (in more details). Pyton, Postgres, Node.js, etc.
Do I run PIP3 on requirements.txt ?
How do I start a Odoo service? I cannot find Odoo executable file. Odoo executable will only present or will exist only after all the setup is done?
Thanks in advanced for helping me out.