Redmine是一个灵活的项目管理web应用,采用Ruby on Rails框架开发。Redmine是典型的web 2.0网站,项目管理系统的后起之秀。Redmine支持多项目,灵活的角色权限管理,灵活的问题追踪,自动生成甘蔗图和日历,新闻,文档和文件管理,wiki,论坛,问题自定义属性,SCM集成(包括SVN,Git,CVS,Mercurial),支持多种数据库等等。

1、Redmine介绍

Redmine是基于ROR框架开发的一套跨平台项目管理系统,是项目管理系统的后起之秀,据说是源于Basecamp的ror版而来,支持多种数据库,除了和DotProject的功能大致相当外,还有不少自己的独特的功能,例如提供wiki、新闻台、时间跟踪、feed聚合、导出pdf等,还可以集成其它版本管理系统和BUG跟踪系统,例如SVN、CVS、TD等。
  在这里我不建议编译安装,麻烦不说还容易出错,建议使用bitnami安装

2:系统属性
[root@localhost run]# uname  -a
Linux localhost.localdomain 3.10.0-327.36.3.el7.x86_64 #1 SMP Mon Oct 24 16:09:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
centos7的
3:下载一键安装redmine的安装包

所需软件:bitnami-redmine-3.3.3.1-0-linux-x64-installer.run

软件下载地址:httPS://bitnami.com/stack/redmine/installer

centos7 BitNami一键安装Redmine_一键安装

4、安装BitNami Redmine Stack
[root@localhost run]# chmod +x bitnami-redmine-3.3.1-0-linux-x64-installer.run
[root@localhost run]# ./bitnami-redmine-3.3.1-0-linux-x64-installer.run
centos7 BitNami一键安装Redmine_redmine_02
5.安装Subversion,PHPMYadmin和git(看需求吧)我这里选择安装
centos7 BitNami一键安装Redmine_redmine_03

6:选择redmine的安装位置目录
centos7 BitNami一键安装Redmine_redmine_04
7:填写你的姓名和登录用户密码帐号
centos7 BitNami一键安装Redmine_一键安装_05
8:选择服务器的端口
centos7 BitNami一键安装Redmine_一键安装_06
9:选择缺省数据配置语言
centos7 BitNami一键安装Redmine_一键安装_07
10:这里根据需要选择是否配置邮件支持,


centos7 BitNami一键安装Redmine_一键安装_08
11:安装完成,登录http://localhost 登录
centos7 BitNami一键安装Redmine_redmine_09
帐号:hanye 
密码:hanye131

注意:这里设置的mysql的是上面设置的网站管理者的密码
      启动和关闭

cript.sh utility, as shown below:

       ./ctlscript.sh (start|stop|restart)
       ./ctlscript.sh (start|stop|restart) mysql
       ./ctlscript.sh (start|stop|restart) apache
       ./ctlscript.sh (start|stop|restart) redmine
       ./ctlscript.sh (start|stop|restart) subversion

  start      - start the service(s)
  stop       - stop  the service(s)
  restart    - restart or start the service(s)
参考:https://bitnami.com/stack/redmine/README.txt 下载:https://bitnami.com/stack/redmine/installer