This commit is contained in:
Yhael S
2023-04-19 14:32:34 -05:00
parent 6b2571d805
commit 11ceed1567

View File

@@ -1,5 +1,4 @@
# Setup
```
1. Clone the repository:
```
git clone git@github.com:yhaelopez/odoocker.git
@@ -14,9 +13,10 @@ echo '127.0.0.1 erp.odoo.test' | sudo tee -a /etc/hosts
echo '127.0.0.1 pgadmin.odoo.test' | sudo tee -a /etc/hosts
```
- For Windows, go to `C:\Windows\System32\drivers\etc\`, and add this line:
```
127.0.0.1 erp.odoo.test
127.0.0.1 pgadmin.odoo.test
```
In order to understand how each environment works, take a look at `odoo/entrypoint.sh`.