Difference between revisions of "ProceedingsRepository"
From IridiaWiki
Jump to navigationJump to searchLine 16: | Line 16: | ||
ssh proceedings@iridia |
ssh proceedings@iridia |
||
− | cd ~/ |
+ | cd ~/disabled_html |
ls |
ls |
||
Line 32: | Line 32: | ||
Let's say you want to add the directory /media/cdrom for the conference GECCO 2010. |
Let's say you want to add the directory /media/cdrom for the conference GECCO 2010. |
||
<pre> |
<pre> |
||
− | scp -o PubkeyAuthentication=no -r /media/cdrom proceedings@iridia.ulb.ac.be:/home/proceedings/ |
+ | scp -o PubkeyAuthentication=no -r /media/cdrom proceedings@iridia.ulb.ac.be:/home/proceedings/disabled_html/2010-gecco |
ssh proceedings@iridia ./update_permissions |
ssh proceedings@iridia ./update_permissions |
Revision as of 18:45, 13 September 2014
The proceedings moved out to the web server! However, keep copies of the proceedings that you care about somewhere safe.
IRIDIA has a proceedings repository that contains digital copies of proceedings.
Access
They are two ways to get access to the proceedings.
Directly on the web server
To get access you need to ask the password to the webserver's administrator.
Then login on iridia
ssh proceedings@iridia cd ~/disabled_html ls
From your browser
Just go to http://iridia.ulb.ac.be/~proceedings
Web browser access is currently broken, you'll need to use ssh into the webserver. If you know how to fix this, please contact the web server responsible.
Adding new proceedings
Let's say you want to add the directory /media/cdrom for the conference GECCO 2010.
scp -o PubkeyAuthentication=no -r /media/cdrom proceedings@iridia.ulb.ac.be:/home/proceedings/disabled_html/2010-gecco ssh proceedings@iridia ./update_permissions