Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tjventurini/odoo-setup

Simple docker setup for the odoo ERP
https://github.com/tjventurini/odoo-setup

Last synced: 10 days ago
JSON representation

Simple docker setup for the odoo ERP

Awesome Lists containing this project

README

        

# Odoo Setup

This is a simple to use setup for Odoo.

## Installation

Clone the repository and run the `init` and `start` commands.

```bash
git clone [email protected]:tjventurini/odoo-setup.git odoo
cd odoo
make init
make start
```