|
|
|
### Deployment on the Test System
|
|
|
|
|
|
|
|
The current deployment of QMD is done manually on the server svko-docker1 aka 10.6.13.205.
|
|
|
|
Please check, if you have access, otherwise contact directly IT-helpdesk with Claus-Peter Klas in CC.
|
|
|
|
After you have access, you can log in to the server with your GESIS account e.g. `ssh GESIS\\[GESIS_USERNAME]@10.6.13.205`
|
|
|
|
|
|
|
|
#### Deployment steps:
|
|
|
|
- Go to the directory `$ cd /opt/svko-docker1/questionnaire_editor/`, where the QMD docker-compose file is located.
|
|
|
|
- Stop the containers with `$ docker-compose down` in case there is an error, QMD containers might be run on the docker-swarm stack, thus execute this command `$ ./docker_stack_rm.sh`.
|
|
|
|
- Pull the latest images changes with `$ docker-compose pull`
|
|
|
|
- After the images are updated, re-start the container with `$ docker-compose up&` or using docker stack swarm mode with `$ ./docker_stack_deploy.sh`
|
|
|
|
- If the above processes went well, the QMD will be available from `https://multiweb.gesis.org/labs/apps/qeditor/` (The re-start process approx. takes 5 minutes)
|
|
|
|
|
|
|
|
|
|
|
|
\ No newline at end of file |