HOW TO RESTART MY PERSONAL ORKA SERVER?

What if you need to restart your Personal Orka Server? First connect to your server and switch user to orka_admin:

$ root@{{orka_server_ip}}
$ su - orka_admin

Navigate to the deploy directory and use the same deploy file to restart the server:

$ cd projects/e-science/deploy
$ python deploy_orka_server.py restart <path_to_user_created_yaml_file>

NOTE: Let's say that you deleted the deploy file. Well, you must create it again. However the only mandatory entry this time is the orka_admin_password. So type:

$ nano <user_created_yaml_file>.yml

and add only the following entry:

$ orka_admin_password: <password of the orka_admin user>