Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 8, 2023
1 parent 3d33296 commit 5b9d2c8
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,51 @@ Vous pourrez dès lors placer des points d'arrêt dans le code en survolant le n
pytest --numprocesses=logical --create-db
```

## Déploiement sur Clever Cloud

Ajouter les secrets suivants dans le repo git

* CLEVER_SECRET
* CLEVER_TOKEN

Créer et lier les addons
* postgresql
* cellar S3 storage
* configuration provider

Créer les variables d'environnement suivantes dans le configuration provider
* ALLOWED_HOSTS
* CC_PIP_REQUIREMENTS_FILE
* CC_PYTHON_BACKEND
* CC_PYTHON_MODULE
* CC_PYTHON_VERSION
* CC_UWSGI_DISABLE_FILE_WRAPPER
* DJANGO_DEBUG
* DJANGO_SECRET_KEY
* DJANGO_SETTINGS_MODULE
* INCLUSION_CONNECT_BASE_URL
* INCLUSION_CONNECT_CLIENT_ID
* INCLUSION_CONNECT_CLIENT_SECRET
* INCLUSION_CONNECT_REALM
* PORT
* PYTHONPATH
* S3_STORAGE_BUCKET_NAME
* S3_STORAGE_BUCKET_NAME_PUBLIC"
* S3_STORAGE_BUCKET_REGION
* SENTRY_DSN
* SIB_API_KEY
* STATIC_FILES_PATH
* STATIC_URL_PREFIX

### pour le déploiment des recettes jetables

Créer et lier les addons (différents de ceux de production ^^)
* postgresql
* cellar S3 storage
* configuration provider

Ajouter les secrets suivants dans le repo git

* CLEVER_REVIEW_APPS_CONFIGURATION_ADDON
* CLEVER_REVIEW_APPS_ORG
* CLEVER_REVIEW_APPS_S3_ADDON

0 comments on commit 5b9d2c8

Please sign in to comment.