Redmine : Différence entre versions
(→informations sur git) |
m (→projet de test "privé") |
||
(19 révisions intermédiaires par 2 utilisateurs sont masquées) | |||
Ligne 3 : | Ligne 3 : | ||
[[wikipediafr:Redmine]] est un outil de gestion de projet | [[wikipediafr:Redmine]] est un outil de gestion de projet | ||
− | = | + | == Exemples de redmine == |
− | + | https://redmine.partipirate.org/ (documentation sur http://wiki.partipirate.org/wiki/Redmine ) | |
+ | |||
+ | = Redmine de test = | ||
− | + | <strike>'''http://redmine.testgentilsvirus.changeip.org'''</strike> | |
Des discussions dans [[Discussion:Redmine]] ! | Des discussions dans [[Discussion:Redmine]] ! | ||
Ligne 13 : | Ligne 15 : | ||
== Les projets : == | == Les projets : == | ||
− | === projet de test '''public''' === | + | === projet de test '''"public"''' === |
− | + | ||
− | === projet de test '''privé''' === | + | <strike>http://redmine.testgentilsvirus.changeip.org/projects/testpublic</strike> |
− | http:// | + | |
+ | === projet de test '''"privé"''' === | ||
+ | <strike>http://redmine.testgentilsvirus.changeip.org/projects/testprive</strike> | ||
== lier un projet à un repo github == | == lier un projet à un repo github == | ||
− | + | Exemple : le projet <strike>http://redmine.testgentilsvirus.changeip.org/projects/testpublic</strike> est lié au repo github https://github.com/pierro78/pierro78-test-repo | |
− | + | Configuration : http://www.siliconsalad.com/blog/redmine-github/ | |
− | + | ||
=== informations sur git === | === informations sur git === | ||
http://www.alexgirard.com/git-book | http://www.alexgirard.com/git-book | ||
+ | |||
+ | = Documentation utilisateur = | ||
+ | |||
+ | Voir par exemple http://wiki.partipirate.org/Redmine | ||
= installation = | = installation = | ||
Ligne 45 : | Ligne 51 : | ||
ET, en ubuntu 11.10, remplacer lucid par oneiric ds /etc/apt/sources.list | ET, en ubuntu 11.10, remplacer lucid par oneiric ds /etc/apt/sources.list | ||
− | === configuration | + | === configuration === |
serveur smtp : http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_using_Debian_package | serveur smtp : http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_using_Debian_package | ||
Ligne 66 : | Ligne 72 : | ||
serveur smtp : /usr/local/share/redmine/config/configuration.yml | serveur smtp : /usr/local/share/redmine/config/configuration.yml | ||
+ | |||
+ | == depuis RVM == | ||
+ | |||
+ | Le meilleur des tutoriels sur ce sujet, de nombreux tutoriels sur RVM étant en anglais, incomplets, obsolètes. | ||
+ | Le tutoriel de Visionduweb est en français, complet, rédigé en 2019 et fonctionnel sur Debian Stretch. | ||
+ | Tutoriel par Visionduweb : [[https://wiki.visionduweb.fr/index.php?title=Installer_Redmine_sur_Debian_avec_RVM Installer Redmine sur Debian avec RVM]]. | ||
+ | |||
+ | [[Category:OutilsInternet]] | ||
+ | [[Category:OutilsEnTest]] |
Version actuelle en date du 14 juillet 2019 à 01:07
Discussion externe au wiki sur cet article - Discussions internes au wiki sur cet article
wikipediafr:Redmine est un outil de gestion de projet
Sommaire |
[modifier] 1 Exemples de redmine
https://redmine.partipirate.org/ (documentation sur http://wiki.partipirate.org/wiki/Redmine )
[modifier] 2 Redmine de test
http://redmine.testgentilsvirus.changeip.org
Des discussions dans Discussion:Redmine !
[modifier] 2.1 Les projets :
[modifier] 2.1.1 projet de test "public"
http://redmine.testgentilsvirus.changeip.org/projects/testpublic
[modifier] 2.1.2 projet de test "privé"
http://redmine.testgentilsvirus.changeip.org/projects/testprive
[modifier] 2.2 lier un projet à un repo github
Exemple : le projet http://redmine.testgentilsvirus.changeip.org/projects/testpublic est lié au repo github https://github.com/pierro78/pierro78-test-repo
Configuration : http://www.siliconsalad.com/blog/redmine-github/
[modifier] 2.2.1 informations sur git
http://www.alexgirard.com/git-book
[modifier] 3 Documentation utilisateur
Voir par exemple http://wiki.partipirate.org/Redmine
[modifier] 4 installation
[modifier] 4.1 depuis des paquets
v1.1
http://finiteline.homeip.net/index.php/programming/70-ruby/100-redmine-on-ubuntu-11-10
ATTENTION !! : faire un
apt-get install redmine-mysql
avant le premier apt-get !!!
ET, en ubuntu 11.10, remplacer lucid par oneiric ds /etc/apt/sources.list
[modifier] 4.1.1 configuration
serveur smtp : http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_using_Debian_package
[modifier] 4.2 depuis les gems
v2.2
installation sous /usr/local/share/redmine
pour demarrer sous webrick :
- root@projetgentilsvirus2:/usr/local/share/redmine# ruby script/rails server webrick -e production
apache passenger : idem ci-dessus : http://finiteline.homeip.net/index.php/programming/70-ruby/100-redmine-on-ubuntu-11-10
[modifier] 4.2.1 configuration
serveur smtp : /usr/local/share/redmine/config/configuration.yml
[modifier] 4.3 depuis RVM
Le meilleur des tutoriels sur ce sujet, de nombreux tutoriels sur RVM étant en anglais, incomplets, obsolètes. Le tutoriel de Visionduweb est en français, complet, rédigé en 2019 et fonctionnel sur Debian Stretch. Tutoriel par Visionduweb : [Installer Redmine sur Debian avec RVM].