Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.32 KB

README.md

File metadata and controls

63 lines (49 loc) · 1.32 KB

odoo-11

Automated Odoo 11 installation and deploy in a Vagrant box (ubuntu/xenial64).

Usage

To use make shure that you have installeted Vagrant (and dependencies) in your machine.

First usage

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!

Nexts usages

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

To halt/shutdown

Type the following commant in the terminal:

vagrant@ubuntu-xenial: ~/work-dir$ sudo ./odoo-halt.sh 

Scripts description:

The following scripts is descripted bellow:

Vagrantfile

This file describe who vagrant will install the box. I use ubuntu-xenial, and the work-dir in the host and box are synced.

odoo-install.sh

odoo-start.sh

odoo-reboot.sh

odoo-halt.sh

odoo-log.sh

LICENSE