Redmine

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第33行: 第33行:
  
 
==Install==
 
==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
  
 +
创建数据库, 在 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.
 +
 +
No such file or directory - /tmp/mysql.sock
 +
 +
 
==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日 (五) 09:56的版本

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

创建数据库, 在 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.

No such file or directory - /tmp/mysql.sock


Links

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

变换
操作
导航
工具箱