|
1 | 1 | # ISO ODOO (isOdoo) |
2 | 2 |
|
| 3 | +<<<<<<< HEAD |
3 | 4 | ** UNDER DEVELOPMENT. PROJECT NOR READY FOR PRODUCTION ** |
4 | 5 |
|
5 | 6 |
|
@@ -30,6 +31,39 @@ To configure Odoo, simply use environment variables with the prefix ```OCONF_{Pa |
30 | 31 |
|
31 | 32 | | Port | Odoo Version |Description | |
32 | 33 | |----------------|-------------| |
| 34 | +||||||| (empty tree) |
| 35 | +======= |
| 36 | +*** PROJECT UNDER DEVELOPMENT. NOT READY FOR PRODUCTION *** |
| 37 | + |
| 38 | + |
| 39 | +A lightweight image for running Odoo from 6.0 to the moon! Strongly inspired by the doodba project and the official Odoo image. |
| 40 | + |
| 41 | + |
| 42 | +## :page_with_curl: Features |
| 43 | + |
| 44 | +- Installation from source code |
| 45 | +- Detect missing modules at build time 1 |
| 46 | +- Automatically obtains and downloads modules dependencies |
| 47 | +- Strong use of virtual environments |
| 48 | + |
| 49 | +## :bulb: Documentation |
| 50 | + |
| 51 | +To configure Odoo, simply use environment variables with the prefix ```OCONF_{Param Name}```. Example for changing workers: ```OCONF_workers=4```. |
| 52 | + |
| 53 | +** On Odoo 6.1 you can use environment variables with the prefix ```OWCONF_{Param Name}``` (taking into account that the underscores will be replaced by dots). |
| 54 | + |
| 55 | +### Other Env. Variables |
| 56 | + |
| 57 | +| Name | Description | Required | |
| 58 | +|----------------|-------------|-------------| |
| 59 | +| GITHUB_TOKEN | User token to use with git-aggregator | No | |
| 60 | + |
| 61 | + |
| 62 | +### Default Ports |
| 63 | + |
| 64 | +| Port | Odoo Version |Description | |
| 65 | +|----------------|-------------|-------------| |
| 66 | +>>>>>>> 800e548 (big bang) |
33 | 67 | | 8069 | 6.1+ | Default port for HTTP and XML-RPC (web interface and API) | |
34 | 68 | | 8071 | 6.0+ | **Optional** port for XML-RPC (depends on configuration) | |
35 | 69 | | 8072 | 6.0+ | Port for long polling (real-time notifications, such as chat) | |
|
0 commit comments