Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:redmine2 [2018/11/19 12:47] – [Project and Repositories management] fmichel | public:redmine2 [2023/06/07 06:54] (current) – [Redmine project management application (deprecated)] jaillet | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Redmine project management application ====== | + | ====== Redmine project management application |
[[https:// | [[https:// | ||
- | Two instances are deployed at I3S, that can host SVN and GIT repositories: | + | A deprecated instance [[https:// |
- | | + | <note warning> |
- | + | ||
- | * [[https://redmine2.i3s.unice.fr|Redmine2]]: a more recent Redmine server (v3.4.6), that should be **used for all new projects**, deployed on a safer solution: SPARKS' | + | |
- | + | ||
- | <note warning> | + | |
- | + | ||
- | <note tip> | + | |
Technical and installation notes are available on a [[private: | Technical and installation notes are available on a [[private: | ||
- | |||
===== Redmine2 Management ===== | ===== Redmine2 Management ===== | ||
Line 20: | Line 13: | ||
==== Administrators ==== | ==== Administrators ==== | ||
- | The following people are Redmine | + | 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 [[fmichel@i3s.unice.fr|Franck]]. | + | 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]] | * [[debreuve@i3s.unice.fr|Eric DEBREUVE]] | ||
- | * [[ducoffe@i3s.unice.fr|Mélanie DUCOFFE]] | + | * [[florent.jaillet@i3s.unice.fr|Florent JAILLET]] |
* [[fmichel@i3s.unice.fr|Franck MICHEL]] | * [[fmichel@i3s.unice.fr|Franck MICHEL]] | ||
* [[johan@i3s.unice.fr|Johan MONTAGNAT]] | * [[johan@i3s.unice.fr|Johan MONTAGNAT]] | ||
- | * [[mosser@i3s.unice.fr|Sébastien MOSSER]] | + | * [[muzy@i3s.unice.fr|Alexandre MUZY]] |
* [[denis.pallez@unice.fr|Denis PALLEZ]] | * [[denis.pallez@unice.fr|Denis PALLEZ]] | ||
+ | * [[cpasquie@unice.fr|Claude PASQUIER]] | ||
* [[precioso@i3s.unice.fr|Frédéric PRECIOSO]] | * [[precioso@i3s.unice.fr|Frédéric PRECIOSO]] | ||
- | * [[Gaetan.Rey@unice.fr|Gaëtan REY]] | ||
* [[Philippe.Renevier@unice.fr|Philippe RENEVIER GONIN]] | * [[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]] | * [[andrea.tettamanzi@unice.fr|Andrea TETTAMANZI]] | ||
Line 44: | Line 40: | ||
==== Project and Repositories management ==== | ==== Project and Repositories management ==== | ||
- | Administrators can create new projects, assign users to projects | + | Administrators can create new projects, assign users to projects, change users' roles and declare repositories. |
+ | |||
+ | Projects managers can create sub-projects of the projects they manage and assign users. | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | Note that **only one repository can be created for each project, its directory name must be the same as the project' | ||
+ | |||
+ | |||
+ | Command-line creation of new repositories is described on the Redmine wiki for [[https:// | ||
+ | |||
+ | |||
+ | === Git repositories === | ||
+ | |||
+ | **Identifier**: | ||
+ | |||
+ | **Path**: ''/ | ||
+ | |||
+ | **URL**: '' | ||
+ | |||
+ | For a new project, the git repository must be created [[http:// | ||
+ | < | ||
+ | cd / | ||
+ | cp -r git_bare_repo.git git/< | ||
+ | chown -R apache: | ||
+ | </ | ||
+ | |||
+ | === SVN repositories === | ||
+ | |||
+ | **Identifier**: | ||
- | Projects managers can create sub-projects of the projects they manage, and assign users. | + | **Path**: '' |
- | <note important> | + | **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: | ||
+ | </ |