<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Debian Squeeze on 空想枫</title>
    <link>http://it580.com/tags/debian-squeeze/</link>
    <description>Recent content in Debian Squeeze 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/debian-squeeze/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>
    
    <item>
      <title>nginx &#43; php-fpm &#43;mysql安装(Debian Squeeze VPS)</title>
      <link>http://it580.com/nginx-php-fpm-mysql-e5-ae-89-e8-a3-85debian-squeeze-vps/</link>
      <pubDate>Wed, 11 May 2011 11:58:40 +0000</pubDate>
      
      <guid>http://it580.com/nginx-php-fpm-mysql-e5-ae-89-e8-a3-85debian-squeeze-vps/</guid>
      <description>1.在原有源的基础上加入新的源 2.增加新加源的证书 3.更新源数据 4.安装软件 5.MySQL 安全配置 6.取消MySQL innodb支持 7.打开nginx PHP支持 8.启动PHP-FPM服务 9.验证安装是否成功 10.Done        nginx: http://www.nginx.org php-fpm: http://php-fpm.org mysql : http://dev.mysql.com apt source : http://www.dotdeb.org
1.在原有源的基础上加入新的源 执行命令:
 nano /etc/apt/source.list
 在文件底部加入如下内容:
 deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all
 2.增加新加源的证书 执行命令:
 wget http://www.dotdeb.org/dotdeb.gpg cat dotdeb.gpg | apt-key add -</description>
    </item>
    
  </channel>
</rss>