Skip to content

Instantly share code, notes, and snippets.

@davidou123
Last active December 10, 2015 16:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidou123/4464848 to your computer and use it in GitHub Desktop.
Save davidou123/4464848 to your computer and use it in GitHub Desktop.
Redmine 教學sudo apt-get install zlib1g-dev
Redmine 官方網站
http://www.redmine.org/
Redmine 下載處
http://www.redmine.org/projects/redmine/wiki/Download
http://rubyforge.org/frs/?group_id=1850
==Redmine 專案開發平台安裝與建置==
1. REDMINE 簡介
Rails Project.
需要 Ruby 環境
官方安裝教學 http://www.redmine.org/projects/redmine/wiki/RedmineInstall
2.安裝 Ruby
#install RVM
curl -L https://get.rvm.io | bash -s stable --ruby
source /usr/local/rvm/scripts/rvm(source ./rvm/scripts/rvm
sudo apt-get install zlib1g-dev
#root password:vhdsoft
#install ruby
rvm install 1.9.3
rvm use 1.9.3 --default
3.install mysql
aptitude install mysql-server
4.download Redmine
#install apache
aptitude install apache2
cd /var
wget http://rubyforge.org/frs/download.php/76629/redmine-2.2.0.zip
unzip redmine-2.2.0.zip
5.透過 bundle 安裝 Gem
gem install bundler
aptitude install libmysqlclient-dev
aptitude install libpq-dev
6.setup apache
7.setup email smtp
GMail SMTP: Create a gmail and use it.
Exim4: apt-get install exim4-daemon-light mailutils
http://www.redmine.org/projects/redmine/wiki/EmailConfiguration#Email-Configuration
附錄:
Windows 底下的安裝教學:http://blog.miniasp.com/post/2011/12/27/Install-Redmine-on-Windows-Notes.aspx
==Redmine 的基本操作==
1.新增使用者
2.設定角色
3.新增工作目項
4.附件管理
5.工作項目內容格式說明
6.觀察者介紹
7.更新工作項目
8.wiki 教學
9.檔案系統教學
10.news
== 進階使用教學==
1.roadmap
2.版本控制整合
3.工作項目完整說明
4.設定 email 通知
5.私人 issue 介紹
6.權限控制
== 專案實務 ==
* 版本控制系統與活動分析
* 專案切割方式與人員安排
* 版本檢視
* 設定工作人員與 work flow
* 專案工作項目 filter
* 報表系統
* 優先權管理
@xhh
Copy link

xhh commented Jan 6, 2013

使用 markdown 会好看一些 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment