equal
deleted
inserted
replaced
1 # Recherchecontributive deployment |
1 # Recherchecontributive deployment |
2 |
2 |
3 The deployment is done with ansible. |
3 The deployment is done with ansible. |
4 A pipfile is available to set it up. |
4 A pipfile is available to set it up. |
5 This deployment take |
5 This deployment take |
|
6 |
|
7 ## Set the deploy environement |
|
8 |
|
9 - `pipenv install` |
|
10 - `pipenv shell` |
6 |
11 |
7 ## Start the deploy |
12 ## Start the deploy |
8 |
13 |
9 - `deploy.sh <profile> <hg tag>`. Example: `deploy.sh test tip` |
14 - `deploy.sh <profile> <hg tag>`. Example: `deploy.sh test tip` |
10 |
15 |