Newer
Older
Easy cozy project comes with 2 main scripts available in the `ecolyo-infra-scripts/admin_scripts` folder.
| Scripts | Args | Description |
| ------------------ | ----------------- | ------------------------------------------------------- |
| create-instance.sh | instance_username | Create an instance for a user |
| remove-instance.sh | instance_username | Remove an instance for a specific user |
| reset_instance.sh | instance_username | Remove and recreate again the instance for a given user |
| ------------------------ | ----------------- | ----------------------------------------------------------------------------- |
| update_all_ecolyo_dev.sh | none | update Ecolyo with last version from build-dev branch on all instances |
| update_ecolyo_master.sh | instance_username | update Ecolyo with last version from build branch on a specific instance |
| update_ecolyo_dev.sh | instance_username | update Ecolyo with last version from build-dev branch on a specific instance |
| update_ecolyo_test.sh | instance_username | update Ecolyo with last version from build-test branch on a specific instance |
| update_pilote_master.sh | instance_username | update Pilote with last version from build-dev branch on a specific instance |
| update_pilote_dev.sh | instance_username | update Pilote with last version from build-test branch on a specific instance |
| ------------------------------- | ----------------- | -------------------------------------------------------------------------------------- |
| update_enedis_konnector_prod.sh | instance_username | update Enedis konnector with last version from build branch on a specific instance |
| update_enedis_konnector_dev.sh | instance_username | update Enedis konnector with last version from build-dev branch on a specific instance |