You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
494 B
Plaintext
20 lines
494 B
Plaintext
|
5 months ago
|
Concourse
|
||
|
|
-------------
|
||
|
|
|
||
|
|
- install concourse avec docker-compose
|
||
|
|
- install de fly
|
||
|
|
|
||
|
|
tunel ssh pour pouvoir accéder à l'appli web
|
||
|
|
|
||
|
|
ssh -L 8080:localhost:8080 ubuntu@mistergwen.site
|
||
|
|
|
||
|
|
fly -t tutorial login -c http://localhost:8080 -u test -p test
|
||
|
|
|
||
|
|
fly -t tutorial set-pipeline -p hello-world -c hello-world.yml
|
||
|
|
fly -t tutorial unpause-pipeline -p hello-world
|
||
|
|
fly -t tutorial trigger-job --job hello-world/hello-world-job --watch
|
||
|
|
|
||
|
|
pour nettoyer :
|
||
|
|
fly -t tutorial destroy-pipeline -p hello-world
|
||
|
|
|