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.

11 lines
292 B

2 years ago
  1. #!/bin/sh
  2. VERSION=15.0
  3. DOMAIN='<domain in cloudron to install this app>'
  4. AUTHOR='<your name>'
  5. docker build -t $AUTHOR/cloudron-odoo:$VERSION ./ && docker push $AUTHOR/cloudron-odoo:$VERSION
  6. cloudron install --image $AUTHOR/cloudron-odoo:$VERSION -l $DOMAIN
  7. cloudron logs -f --app $DOMAIN