Automated Odoo 11 installation and deploy in a Vagrant box (ubuntu/xenial64).
To use make shure that you have installeted Vagrant (and dependencies) in your machine.
Open the terminal in the root directory and type:
host@host $ vagrant up
After intalling the new vagrant instance, type:
host@host $ vagrant ssh
To install Odoo 11, type the following code:
vagrant@ubuntu-xenial: cd work-dir
vagrant@ubuntu-xenial: chmod +x odoo-*
vagrant@ubuntu-xenial: sudo ./odoo-install.sh
In your internet browser type:
localhost:8069
And following the installation proccess!
Open the terminal in the root directory and type:
host@host $ vagrant up
host@host $ vagrant ssh
vagrant@ubuntu-xenial: $ cd work-dir
vagrant@ubuntu-xenial: $ ./odoo-start.sh
vagrant@ubuntu-xenial: $ ./odoo-log.sh
Type the following commant in the terminal:
vagrant@ubuntu-xenial: ~/work-dir$ sudo ./odoo-halt.sh
The following scripts is descripted bellow:
This file describe who vagrant will install the box. I use ubuntu-xenial, and the work-dir in the host and box are synced.