Skip to content

Latest commit

 

History

History
37 lines (15 loc) · 504 Bytes

README.md

File metadata and controls

37 lines (15 loc) · 504 Bytes

OdooLOC

Getting started

Prerequisities

Docker https://www.docker.com/get-started

usage

  • 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