Ubuntu11.04Redmine installation record

Source: Internet
Author: User
Tags redmine
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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.