Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:redmine2 [2019/01/09 18:26] – fmichel | public:redmine2 [2023/06/07 06:54] (current) – [Redmine project management application (deprecated)] jaillet | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Redmine project management application (deprecated) ====== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | A deprecated instance [[https:// | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | Technical and installation notes are available on a [[private: | ||
+ | |||
+ | ===== Redmine2 Management ===== | ||
+ | |||
+ | ==== Administrators ==== | ||
+ | |||
+ | The following people are Redmine 2 administrators. If you are in their teams, contact them to access Redmine, create a project etc. | ||
+ | |||
+ | If you don't know who to get in touch with, or for more technical issues, contact [[sparks-support@i3s.unice.fr|sparks-support]]. | ||
+ | |||
+ | * [[cpereira@i3s.unice.fr|Célia DA COSTA PEREIRA]] | ||
+ | * [[debreuve@i3s.unice.fr|Eric DEBREUVE]] | ||
+ | * [[florent.jaillet@i3s.unice.fr|Florent JAILLET]] | ||
+ | * [[fmichel@i3s.unice.fr|Franck MICHEL]] | ||
+ | * [[johan@i3s.unice.fr|Johan MONTAGNAT]] | ||
+ | * [[muzy@i3s.unice.fr|Alexandre MUZY]] | ||
+ | * [[denis.pallez@unice.fr|Denis PALLEZ]] | ||
+ | * [[cpasquie@unice.fr|Claude PASQUIER]] | ||
+ | * [[precioso@i3s.unice.fr|Frédéric PRECIOSO]] | ||
+ | * [[Philippe.Renevier@unice.fr|Philippe RENEVIER GONIN]] | ||
+ | * [[Gaetan.Rey@unice.fr|Gaëtan REY]] | ||
+ | * [[gscarella@i3s.unice.fr|Gilles SCARELLA]] | ||
+ | * [[andrea.tettamanzi@unice.fr|Andrea TETTAMANZI]] | ||
+ | |||
+ | |||
+ | ==== Authentication ==== | ||
+ | |||
+ | Redmine supports local authentication as well as LDAP authentication against the I3S LDAP server. | ||
+ | |||
+ | LDAP users must still be declared explicitly in Redmine by an administrator. | ||
+ | |||
==== Project and Repositories management ==== | ==== Project and Repositories management ==== | ||
Line 5: | Line 44: | ||
Projects managers can create sub-projects of the projects they manage and assign users. | Projects managers can create sub-projects of the projects they manage and assign users. | ||
- | <note important> | + | <note important> |
Note that **only one repository can be created for each project, its directory name must be the same as the project' | Note that **only one repository can be created for each project, its directory name must be the same as the project' | ||
Line 15: | Line 54: | ||
=== Git repositories === | === Git repositories === | ||
- | **Identifier**: | + | **Identifier**: |
- | **Path**: ''/ | + | **Path**: ''/ |
**URL**: '' | **URL**: '' | ||
+ | |||
+ | For a new project, the git repository must be created [[http:// | ||
+ | < | ||
+ | cd /home/repos | ||
+ | cp -r git_bare_repo.git git/< | ||
+ | chown -R apache: | ||
+ | </ | ||
=== SVN repositories === | === SVN repositories === | ||
- | **Identifier**: | + | **Identifier**: |
**Path**: '' | **Path**: '' | ||
Line 29: | Line 75: | ||
**URL**: '' | **URL**: '' | ||
+ | To create the SVN repository for a new project, connect on the redmine2 server (ssh) and do as follows: | ||
+ | < | ||
+ | cd / | ||
+ | svnadmin create < | ||
+ | chown -R apache: | ||
+ | </ |