Docker https://www.docker.com/get-started
- clone the repository
git clone [email protected]:HEG-Arc/odooloc.git
- build and start
docker-compose up -d
This will setup an odoo 11 instance with odooloc app and all necessary dependencies
access:
http://localhost:8069
default odoo admin login : admin/admin
- stop and delete containers (to start again from fresh data)
docker-compose down