Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 480 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 480 Bytes

odoo-vagrant-ansible

Installs odoo in Vagrant with the help of anybox.recipe.odoo

One time tasks

install ansible

sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible

Tasks to start the virtual machine

git clone git://github.com/stauder/odoo-vagrant-ansible.git
vagrant up

Task to provision (reexecute the ansible config)

vagrant provision