Redmine is a web-based project management software developed using Ruby. It is a cross-platform project management system developed using the ROR framework. It is said that it comes from the ror version of Basecamp and supports multiple databases, it has many unique functions, such as providing wiki and news platforms. It can also integrate other version management systems and BUG tracking systems, such as SVN, CVS, and TD. This Web-based Project management system uses the "Project" form to map members, tasks (problems), documents, discussions, and various forms
Redmine is a web-based project management software developed using Ruby. It is a cross-platform project management system developed using the ROR framework. It is said that it comes from the ror version of Basecamp and supports multiple databases, it has many unique functions, such as providing wiki and news platforms. It can also integrate other version management systems and BUG tracking systems, such as SVN, CVS, and TD. This Web-based Project management system organizes members, tasks (problems), documents, discussions, and various forms of resources in the form of "projects, everyone participates in updating tasks, documents, and other content to promote the project progress. At the same time, the system uses time clues and various dynamic reports to automatically report the project progress to members.
1. Install the server
Sudo apt-get install mysql-server apache2 libapache-ruby1.8 apache2-mpm-worker libapache2-mod-passenger php5 php5-mysql php5-cli php5-gd libapache2-mod-php5 phpmyadmin
PS: dependencies may occur during the installation of these software. In this case, you can install these software packages individually. If you are prompted to require a link with a lower version
Run the dpkg-l | grep package to check whether the package has been installed in the system. If yes, and the relationship is incorrect, uninstall the corresponding software package before installing it.
Reboot
2. Change Mysql Server Settings
Sudo vi/etc/mysql/my. cnf
Under the [mysqld] section, add
Default-character-set = utf8
Restart mysql
Sudo/etc/init. d/mysql restart
3. Redmine Installation
Sudo apt-get install redmine-mysql
If mysql is not restarted, You need to manually set
In phpmyadmin, modify the redmine_default database encoding to utf8.
Delete the table and re-import the data.
Sudo dpkg-reconfigure redmine
4. Link redmine to the website directory for access using apache
Sudo ln-s/usr/share/redmine/public/var/www/redmine
5. Apache settings
Under the/etc/apache2/conf. d directory, [Linux community www.Linuxidc.com] creates a file:
Sudo vi/etc/apache2/conf. d/redmine. conf
Add the following content
RailsEnv production RailsBaseURI/redmine
6. Restart the Apache service.
Sudo/etc/init. d/apache2 restart
If you have a graphical interface, the gedit editor is easy to use.
Now you can use http: // localhost/redmine for access.
Default Administrator Account admin password admin