-
Create Ubuntu 18.04 machine on switch engine
-
login using
ubuntu@ipaddress
-
Download the bash script from the github repository:
curl -O https://raw.githubusercontent.com/guiwitz/Python_image_processing/master/Env_setup/switch_engine_install.bsh
-
Check address using code below and copy it:
host yourIPaddress
-
Open the downloaded script (e.g. with vim):
vim switch_engine_install.bsh
-
On line 18 replace the address yourhub.yourdomain.edu with the address copied in 4.
On line 17 repliace your.email.address with your email address
On line 14 replace choose_admin_name with your chosen admin name -
Make script executable
chmod u+x switch_engine_install.bsh
-
Execute the script:
./switch_engine_install.bsh
-
Answer yes to all questions
-
Create an nbgitpuller link on this model by replacing the jupyterhub address (https://hubaddress.cloud.switch.ch) with your hub address (see point 4) in : https://hubaddress.cloud.switch.ch/hub/user-redirect/git-pull?repo=https://github.com/guiwitz/Python_image_processing&app=lab
-
Go to Env_setup and open the Data_download notebook and execute it (this takes some time)
-
You should be all set !