Odoo on Ubuntu 16.04 using Vagrant
Clone this repository
git clone --recursive https://github.com/m0uj/odoo-vagrant.git
Enter the directory
cd odoo-vagrant
Start the vagrant
vagrant up
Once the Odoo installation is finished, ssh into the virtual machine
vagrant ssh
cd /home/ubuntu/odoo
python3 odoo-bin
Odoo will run by default on port 8069
http://localhost:8069
You will see Odoo database manager, create your first database to get started.
- user: admin
- password: admin