Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tjventurini/odoo-setup
- Owner: tjventurini
- Created: 2024-05-09T01:15:23.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T23:33:45.000Z (2 months ago)
- Last Synced: 2024-09-08T00:30:27.155Z (2 months ago)
- Language: Makefile
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```