Difference between revisions of "Development Server"

From IridiaWiki
Jump to navigationJump to search
(do not mention rehan, direct people to lab responsabilities)
Line 3: Line 3:
   
 
* subversion repositories
 
* subversion repositories
  +
* git repositories
 
* 'trac' environments for projects (wiki, bugtracker etc)
 
* 'trac' environments for projects (wiki, bugtracker etc)
 
* webpages for projects
 
* webpages for projects
Line 9: Line 10:
 
can host this on the new server.
 
can host this on the new server.
   
== How to add a new subversion repository? ==
+
== How to add a new subversion/git repository? ==
   
 
Currently, you have to contact the server administrator for that. See [[Lab responsibilities]] to find out who's the current administrator of the server and the repositories.
 
Currently, you have to contact the server administrator for that. See [[Lab responsibilities]] to find out who's the current administrator of the server and the repositories.
   
== How to access the subversion repositories? ==
+
== How to access the subversion/git repositories? ==
   
 
You should get a username and a password from the repositories administrator. Instead of
 
You should get a username and a password from the repositories administrator. Instead of
Line 19: Line 20:
 
is the following:
 
is the following:
   
https://iridia-dev.ulb.ac.be/projects/%NAME%/svn
+
https://iridia-dev.ulb.ac.be/projects/%NAME%/{svn|git}
   
 
For example, you can check out a project like this:
 
For example, you can check out a project like this:

Revision as of 13:44, 5 April 2011

IRIDIA has a development server called "iridia-dev". The server provides the following services:

  • subversion repositories
  • git repositories
  • 'trac' environments for projects (wiki, bugtracker etc)
  • webpages for projects

So if you have some software you would like to make open source, you can host this on the new server.

How to add a new subversion/git repository?

Currently, you have to contact the server administrator for that. See Lab responsibilities to find out who's the current administrator of the server and the repositories.

How to access the subversion/git repositories?

You should get a username and a password from the repositories administrator. Instead of accessing the server by ssh, you have to use https. The repository URL is the following:

 https://iridia-dev.ulb.ac.be/projects/%NAME%/{svn%7Cgit}

For example, you can check out a project like this:

 svn co https://%USERNAME%@iridia-dev.ulb.ac.be/projects/%REPNAME%/svn


Contact the administrator if you have any problems/questions.