public:redmine2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:redmine2 [2020/04/16 15:25]
jaillet [Administrators]
public:redmine2 [2023/06/07 08:54] (current)
jaillet [Redmine project management application (deprecated)]
Line 1: Line 1:
-====== Redmine project management application ======+====== Redmine project management application ​(deprecated) ​======
  
 [[https://​www.redmine.org/​|Redmine]] is a flexible project management web application,​ that proposes a rich set of features: handle SCM repositories,​ wiki, Gantt, issues tracker, news, forums, calendar etc. [[https://​www.redmine.org/​|Redmine]] is a flexible project management web application,​ that proposes a rich set of features: handle SCM repositories,​ wiki, Gantt, issues tracker, news, forums, calendar etc.
  
-Two instances are deployed at I3S, that can host SVN and GIT repositories:+A deprecated instance [[https://​redmine2.i3s.unice.fr|Redmine2]] (v3.4.6) is deployed at I3S. It can host SVN and GIT repositories.
  
-  ​* [[https://redmine.i3s.unice.fr|Redmine1]]the legacy Redmine server (v1.4.4) is hosted on a VirtualBox server, and maintained only to handle existing projects. +<note warning>​New projects should ​**NOT** be created on Redmine2. We plan to permanently shutdown Redmine2 in the course of 2024. For your software project management, we recommend that you use the software forges provided by our parent research organizations,​ which are the GitLab based [[https://src.koda.cnrs.fr|Koda forge]] provided by CNRS and the [[https://gitlab.inria.fr|Inria GitLab forge]].</​note>​
- +
-  * [[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'​ VMWare cluster.  +
- +
-<note warning>​New projects should **NOT** be created on Redmine1. Use Redmine2 instead.</​note>​ +
- +
-<note tip>​Existing projects on Redmine1 may be migrated to Redmine2 on demand.</​note>​+
  
 Technical and installation notes are available on a [[private:​redmine|dedicated page]] (login required). Technical and installation notes are available on a [[private:​redmine|dedicated page]] (login required).
- 
  
 ===== Redmine2 Management ===== ===== Redmine2 Management =====
Line 20: Line 13:
 ==== Administrators ==== ==== Administrators ====
  
-The following people are Redmine ​(1 and 2administrators. If you are in their teams, contact them to access Redmine, create a project etc.+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]]. If you don't know who to get in touch with, or for more technical issues, contact [[sparks-support@i3s.unice.fr|sparks-support]].
Line 82: Line 75:
 **URL**: ''​https://​redmine2.i3s.unice.fr/​svn/​project_identifier''​ **URL**: ''​https://​redmine2.i3s.unice.fr/​svn/​project_identifier''​
  
 +To create the SVN repository for a new project, connect on the redmine2 server (ssh) and do as follows:
 +<​code>​
 +cd /​home/​repos/​svn/​
 +svnadmin create <​project_identifier>​
 +chown -R apache:​apache <​project_identifier>​
 +</​code>​
  • public/redmine2.1587043540.txt.gz
  • Last modified: 2020/04/16 15:25
  • by jaillet