User Tools
development:applications:footprints:restart
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| development:applications:footprints:restart [2018/02/23 13:31] – adowling | development:applications:footprints:restart [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== How to Start/ | ||
| + | --- // | ||
| + | |||
| + | * Application start / stop and deployments are handled by ansible via the main ansible project available on bitbucket (deployment-playbooks): | ||
| + | * https:// | ||
| + | * Logs are located in the following location: ~/ | ||
| + | |||
| + | **To start the application use the following command and correct env (nvqa/ | ||
| + | < | ||
| + | ansible-playbook -v -i env/ | ||
| + | </ | ||
| + | |||
| + | **Or alternatively on the required server run the following commands:** | ||
| + | < | ||
| + | cd / | ||
| + | ./ | ||
| + | ps -edf | grep foot | ||
| + | </ | ||
| + | |||
| + | **To stop the application use the following command and correct env (nvqa/ | ||
| + | < | ||
| + | ansible-playbook -i env/ | ||
| + | </ | ||
| + | |||
| + | **Or alternatively on the required server run the following commands:** | ||
| + | < | ||
| + | cd / | ||
| + | ./ | ||
| + | ps -edf | grep foot | ||
| + | </ | ||
| + | |||
| + | **To redeploy the application use the following command and correct env (nvqa/ | ||
| + | < | ||
| + | ansible-playbook -i env/ | ||
| + | </ | ||
| + | |||
| + | |||