Difference between revisions of "ProceedingsRepository"

From IridiaWiki
Jump to navigationJump to search
m (Protected "ProceedingsRepository" (‎[edit=autoconfirmed] (indefinite) ‎[move=autoconfirmed] (indefinite) ‎[read=autoconfirmed] (indefinite)))
Line 9: Line 9:
 
They are two ways to get access to the proceedings.
 
They are two ways to get access to the proceedings.
   
==== Directly on the web server ====
+
==== From your browser ====
 
Just go to [https://iridia-dev.ulb.ac.be/projects/proceedings/svn https://iridia-dev.ulb.ac.be/projects/proceedings/svn]
To get access you need to ask the password to the [[Lab_responsibilities#Servers.2C_infrastructures.2C_and_assets|webserver's administrator]].
 
   
  +
==== Check out a copy of the subversion repository ====
Then login on iridia
 
<pre>
 
ssh proceedings@iridia
 
   
 
<pre>
cd ~/disabled_html
 
  +
svn co https://iridia-dev.ulb.ac.be/projects/proceedings/svn proceedings
 
ls
 
 
</pre>
 
</pre>
 
==== From your browser ====
 
Just go to [http://iridia.ulb.ac.be/~proceedings http://iridia.ulb.ac.be/~proceedings]
 
   
 
<div class="page-warning">
 
<div class="page-warning">
[[Image:icon_warning.png|40px]] 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.
+
[[Image:icon_warning.png|40px]] This will download all proceedings, which take a lot of space. You can check out only the ones that you are interested by using for example:
  +
<pre>
  +
svn ls https://iridia-dev.ulb.ac.be/projects/proceedings/svn
  +
svn co https://iridia-dev.ulb.ac.be/projects/proceedings/svn/2010-GECCO 2010-GECCO
  +
</pre>
 
</div>
 
</div>
   

Revision as of 15:40, 31 October 2014

Icon warning.png 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.

From your browser

Just go to https://iridia-dev.ulb.ac.be/projects/proceedings/svn

Check out a copy of the subversion repository

svn co https://iridia-dev.ulb.ac.be/projects/proceedings/svn proceedings

Icon warning.png This will download all proceedings, which take a lot of space. You can check out only the ones that you are interested by using for example:

svn ls https://iridia-dev.ulb.ac.be/projects/proceedings/svn
svn co https://iridia-dev.ulb.ac.be/projects/proceedings/svn/2010-GECCO 2010-GECCO

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