Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 720 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 720 Bytes

odoo-vagrant

Odoo on Ubuntu 16.04 using Vagrant

Prerequisites

Install

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

Run

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.

pgadmin user

  • user: admin
  • password: admin