Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:redmine2 [2020/04/16 13:25] – [Administrators] jaillet | 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 [[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**: '' | **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: | ||
+ | </ |