Redmine

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第36行: 第36行:
 
  tar zxvf redmine-0.6.0.tar.gz
 
  tar zxvf redmine-0.6.0.tar.gz
 
通过NetBeans IDE 6.0 > New Project > Ruby > Ruby on Rails Application with Existing Sources 导入 redmine-0.6.0
 
通过NetBeans IDE 6.0 > New Project > Ruby > Ruby on Rails Application with Existing Sources 导入 redmine-0.6.0
 +
 +
选择 Ruby Interpreter 为 Ruby // JRuby 可能会有问题
  
 
创建数据库, 在 mysql 中创建以下数据库:  
 
创建数据库, 在 mysql 中创建以下数据库:  
第51行: 第53行:
 
In the Projects window, right-click the readmin-0.6.0 project node and choose Migrate Database > To Current Version from the pop-up menu.
 
In the Projects window, right-click the readmin-0.6.0 project node and choose Migrate Database > To Current Version from the pop-up menu.
  
No such file or directory - /tmp/mysql.sock
+
Windows下导入很正常, Linux下可能会出现以下错误:
 
+
No such file or directory - /tmp/mysql.sock // 要修改以下mysql.sock的位置信息
   
+
locate mysql.sock
 +
  /var/lib/mysql/mysql.sock
 +
==Continuous integration==
 +
[[Image:redmine-continuous-integration.png|right|thumb|Continuous Integration Plugin]]
 +
A generic plugin for integrating per project RSS continuous integration feeds in Redmine.
 +
svn co svn://rubyforge.org/var/svn/redmine/plugins/simple_ci
 +
http://www.redmine.org/wiki/1/PluginSimpleCI
 
==Links==
 
==Links==
 
*http://demo.redmine.org/
 
*http://demo.redmine.org/
 
*http://dev.ruby-lang.org.cn/
 
*http://dev.ruby-lang.org.cn/

2007年12月7日 (五) 10:13的版本

redMine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database.

redMine is open source and released under the terms of the GNU General Public License (GPL).

目录

Features

  • Multiple projects support
  • Flexible role based access control.
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications.
  • Per project wiki
  • Per project forums
  • Simple time tracking functionality
  • Custom fields for issues, projects and users
  • Repository integration (SVN, CVS, Mercurial and Darcs)
  • Multiple LDAP authentication support
  • User self-registration support
  • Multilanguage support
  • Multiple databases support

Download

Latest source

You can checkout the latest source from the SVN repository trunk.

svn checkout svn://rubyforge.org/var/svn/redmine/trunk

Or

svn checkout http://redmine.rubyforge.org/svn/trunk/

download Latest release from

Install

wget http://download.huihoo.com/redmine/redmine-0.6.0.tar.gz
tar zxvf redmine-0.6.0.tar.gz

通过NetBeans IDE 6.0 > New Project > Ruby > Ruby on Rails Application with Existing Sources 导入 redmine-0.6.0

选择 Ruby Interpreter 为 Ruby // JRuby 可能会有问题

创建数据库, 在 mysql 中创建以下数据库:

  • redmine
  • redmine_development
  • redmine_test

cd redmine-0.6.0/config copy database.yml.exmple to database.yml

修改 Configuration>database.yml中的mysql连接信息

导入原始数据:

In the Projects window, right-click the readmin-0.6.0 project node and choose Migrate Database > To Current Version from the pop-up menu.

Windows下导入很正常, Linux下可能会出现以下错误:

No such file or directory - /tmp/mysql.sock // 要修改以下mysql.sock的位置信息
locate mysql.sock
/var/lib/mysql/mysql.sock

Continuous integration

Continuous Integration Plugin

A generic plugin for integrating per project RSS continuous integration feeds in Redmine.

svn co svn://rubyforge.org/var/svn/redmine/plugins/simple_ci 

http://www.redmine.org/wiki/1/PluginSimpleCI

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱