Debian (Wheezy) installs Redmine 2.6

Source: Internet
Author: User

Debian (Wheezy) installs Redmine 2.6

Redmine is an open source project management software based on ROR.

Here we deploy a set of project management on Debian. Debian is

First install the ruby environment. (You have installed apache and mysql by default)

Build Ruby On Rails in Ubuntu

Build Ruby on Rails on Ubuntu 13.10

# Apt-get install ruby rails rubygems rake libapache2-mod-ruby libdbi-ruby libdbd-mysql-ruby vim-rails ri libruby libfcgi-ruby1.9.1 libxml-ruby libxml2-dev ruby-dev

Next, download redmine and decompress it.

Http://www.redmine.org/projects/redmine/wiki/Download

# Wget http://www.redmine.org/releases/redmine-2.6.0.tar.gz

# Tar-zcvf redmine-2.6.0.tar.gz

Install bundler and the corresponding extension package

# Gem install bundler

# Gem install json-v '1. 8.1'

# Apt-get install libmagickwand-dev

# Gem install rmagick-v '2. 13.3'

 

# Bundle install -- without development test

Here we will report a warning. The general idea is that the failure of root will affect the global blablabla. Ignore it.

Because selenium-webdriver has been installed before, the following error is reported again: You need to install this. By the way, install other missing packages.

# Gem install selenium-webdriver

# Bundle install

Now go to the redmine directory.

# Cd redmine/config

# Cp database. yml. example database. yml

Edit the database username, password, and database name, and create a corresponding database under mysql. execute the following commands in sequence to create a table, set language, and perform initialization operations.

# Rake generate_secret_token

# RAILS_ENV = production rake db: migrate

# RAILS_ENV = production rake redmine: load_default_data

# Mkdir-p tmp/pdf public/plugin_assets

# Chmod-R 755 files log tmp public/plugin_assets

 

After the configuration is complete, start it.

# Ruby script/rails server webrick-e production

 

 

Access your local ip address and add a port. The default account is admin: admin.

 

The most simplified Redmine deployment method in Ubuntu 10.04

Precautions for installing Redmine on Ubuntu 10.04 by default

Install and configure Redmine in CentOS 5

Set up PostgreSQL-based Redmine in Ubuntu 9.10

Install the open-source project management software Redmine in Ubuntu

How to upgrade the Turnkey Redmine VM from Redmine 1.0.5 to 1.2

Set up the Redmine environment, mail service configuration, and LDAP configuration in CentOS5

Redmine details: click here
Redmine: click here

This article permanently updates the link address:

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.