<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Redmine on 空想枫</title>
    <link>http://it580.com/tags/redmine/</link>
    <description>Recent content in Redmine on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Tue, 25 Oct 2011 09:11:38 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/redmine/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Debian下Redmine&#43;Lighttpd安装部署(Linode VPS)</title>
      <link>http://it580.com/debian-e4-b8-8bredminelighttpd-e5-ae-89-e8-a3-85-e9-83-a8-e7-bd-b2linode-vps/</link>
      <pubDate>Tue, 25 Oct 2011 09:11:38 +0000</pubDate>
      
      <guid>http://it580.com/debian-e4-b8-8bredminelighttpd-e5-ae-89-e8-a3-85-e9-83-a8-e7-bd-b2linode-vps/</guid>
      <description>Redmine官方站点: http://www.redmine.org Redmine是基于RoR开发的Web项目管理应用，本次部署的是1.2.1版本。 1.安装ruby,rake…
 apt-get update apt-get install ruby rake librmagick-ruby libmysql-ruby rubygems libfcgi-ruby1.8 libopenssl-ruby1.8
 2.安装rails,rack(根据Redmine版本要求安装对应的版本包)
 gem install rails -v=2.3.11 gem install rack -v=1.1.1
 3.安装Redmine
 wget http://rubyforge.org/frs/download.php/75099/redmine-1.2.1.zip unzip redmine-1.2.1.zip mv redmine-1.2.1 /var/www/redmine
 4.MySQL配置 登陆mysql,执行如下命令,建立redmine数据库,用户名为redmine,密码为my_password:
 grant all privileges on redmine.* to &amp;lsquo;redmine&amp;rsquo;@&amp;lsquo;localhost&amp;rsquo; identified by &amp;lsquo;my_password&amp;rsquo;;
 5.Redmine配置 数据库配置:
 cp /var/www/redmine/config/database.yml.example /var/www/redmine/config/database.yml nano /var/www/redmine/config/database.yml
 database.yml内容根据你新建的数据库名称,mysql用户名,对应的密码进行修改:
 production: adapter: mysql database: redmine host: localhost username: redmine password: my_password</description>
    </item>
    
  </channel>
</rss>