Skip to content

m0uj/odoo-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Portable development environment for Odoo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages