Difference between revisions of "ProceedingsRepository"

From IridiaWiki
Jump to navigationJump to search
Line 23: Line 23:
 
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 -r /media/cdrom user@fallopius:/opt/proceedings/2010-gecco
+
scp -r /media/cdrom proceedings@iridia:~/public_html/2010-gecco
   
ssh user@fallopius /opt/proceedings/update_permissions
+
ssh proceedings@iridia update_permissions
 
</pre>
 
</pre>

Revision as of 14:55, 19 October 2012

Icon warning.png The backup server is not itself backed up! Keep copies of the proceedings that you care about somewhere safe.

(the backup server is not the appropriate location for the proceedings. They should be relocated to somewhere that is itself backed up.)

IRIDIA has a proceedings repository that contains digital copies of proceedings.

Access

To get access you need to ask the password to the webserver's administrator.

Then login on iridia and

cd ~/public_html

ls

Adding new proceedings

Let's say you want to add the directory /media/cdrom for the conference GECCO 2010.

scp -r /media/cdrom proceedings@iridia:~/public_html/2010-gecco

ssh proceedings@iridia update_permissions