Reputation: 1149
My goal is to install Odoo to my computer with minimal steps or lets say less command in terminal
Any idea? suggestion?
Thanks in advance.
Upvotes: 1
Views: 196
Reputation: 4855
Using Vagrant you can try this https://github.com/efirvida/odoo9-vagrant. Just install Vagrant and VirtualBox, and run vagrant up
inside the folder. Then after a while, you have the latest odoo-v9 running on a virtual machine you can access by http://localhost:8069 and you can put your own modules in the local addon folder to be used in the odoo.
Just test it, and any issue let me know.
Upvotes: 1