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.
|
6 months ago | |
---|---|---|
bin | 1 year ago | |
custom | 6 months ago | |
dev-scripts | 2 years ago | |
lib/doodbalib | 1 year ago | |
manifest | 2 years ago | |
.dockerignore | 2 years ago | |
.gitignore | 2 years ago | |
CloudronManifest.json | 6 months ago | |
Dockerfile | 6 months ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
nginx.conf | 2 years ago | |
odoo.conf.sample | 2 years ago | |
start.sh | 6 months ago |
README.md
What
Run Odoo on Cloudron. For more information see DESCRIPTION.md
Why
Because Odoo works almost out of the box in any system that has Postgres and some disk space for data storage.
Build and Install
- Install Cloudron CLI on your machine:
npm install -g cloudron-cli
. - Install Docker, and make sure you can push to docker hub, or install the docker registry app in your own Cloudron.
- Log in to your Cloudron using cloudron cli:
cloudron login <my.yourdomain.tld>
. - Build and publish the docker image:
cloudron build
. - If you're using your own docker registry, name the image properly,
like
docker.example-cloudron.tld/john_doe/cloudron-odoo
. - Log in to Docker Hub and mark the image as public, if necessary.
- Install the app
cloudron install -l <auth.yourdomain.tld>
- Look at the logs to see if everything is going as planned.
Refer to the Cloudron Docs for more information.
Third-party Intellectual Properties
All third-party product names, company names, and their logos belong to their respective owners, and may be their trademarks or registered trademarks.