You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.2 KiB

2 years ago
  1. ## What
  2. Run [Odoo](https://www.odoo.com/) on [Cloudron](https://cloudron.io). For more information see DESCRIPTION.md
  3. ## Why
  4. Because Odoo works almost out of the box in any system that has Postgres and some disk space for data storage.
  5. ## Build and Install
  6. - Install Cloudron CLI on your machine: `npm install -g cloudron-cli`.
  7. - Install Docker, and make sure you can push to docker hub, or install the docker registry app in your own Cloudron.
  8. - Log in to your Cloudron using cloudron cli: `cloudron login <my.yourdomain.tld>`.
  9. - Build and publish the docker image: `cloudron build`.
  10. - If you're using your own docker registry, name the image properly,
  11. like `docker.example-cloudron.tld/john_doe/cloudron-odoo`.
  12. - Log in to Docker Hub and mark the image as public, if necessary.
  13. - Install the app `cloudron install -l <auth.yourdomain.tld>`
  14. - Look at the logs to see if everything is going as planned.
  15. Refer to the [Cloudron Docs](https://docs.cloudron.io/packaging/cli) for more information.
  16. ## Third-party Intellectual Properties
  17. All third-party product names, company names, and their logos belong to their respective owners, and may be their
  18. trademarks or registered trademarks.