A simple script to install Odoo V8.0 on your Linux server, download the script, run it and enjoy!
- Have a running linux server.
- Python v2 & 3.
Recommended: Update your system server before continuing, for Ubuntu run sudo apt-get update
&& sudo apt-get upgrade
Moving Forward this assumes you have everything setup, to install the project either download the .zip file and extract or navigate to an empty directory and clone this repo:
git clone https://github.com/AbdeenM/odoo-8-installer.git
cd to the the extracted directory where odoo-8-installer.sh
is located, then make the file executable by running:
chmod +x odoo-8-installer.sh
Start the installation process by running: ./odoo-8-installer.sh
This script has not been tested with Odoo version > 8 so feel free to try it out or contribute!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
Released under the MIT License