/odoo-vagrant

Odoo 9 on Ubuntu 16.04 using Vagrant

Primary LanguageShell

odoo-vagrant

Vagrant Setup for Odoo 9 on Ubuntu 16.04

Dependencies

Setup

  • Download and install Virtual Box

  • Download and install Vagrant

  • Clone this repo

git clone http://github.com/kamaxeon/odoo-vagrant.git
  • Start virtual machine
cd odoo-vagrant
vagrant up
  • Login in the virtual machine, and start odoo
vagrant ssh
~/odoo-dev/odoo/odoo.py -d v9dev

Shared folders

src/my_addons is mapped to /home/vagrant/my_addons, you can write your modules in this directory

pgAdmin

If you want manage the postgresql server from your desktop, you only have to connect to localhost, username and password is 'admin'

Contributing

  1. Fork it
  2. Create your feature branch ($ git checkout -b my-new-feature)
  3. Commit your changes ($ git commit -am 'Add some feature')
  4. Push to the branch ($ git push origin my-new-feature)
  5. Create new Pull Request