1.install redmine
* fedora installation prerequisites
yum install ruby-devel
yum install ImageMagick-devel
yum install mariadb-devel
http://www.redmine.org/projects/redmine/wiki/Fedora_installation_prerequisites
* download redmin 2.3 using svn
* create database
* edit config/database.yml (copy config/database.yml.examle)
* dependencies installation
* database scema object creation
* database default data set
* test the installation
* visit http://localhost:3000/.
http://www.redmine.org/projects/redmine/wiki/RedmineInstall
2. redmin plugin
find plugin at the plugin drectory(http://www.redmine.org/plugins)
download plugin into #{RAILS_ROOT}/plugin
install
unistall (maybe need 'bundle install')
http://www.redmine.org/projects/redmine/wiki/Plugins
'framework&tools > etc' 카테고리의 다른 글
aptana studio (0) | 2013.03.29 |
---|---|
yalp framework (0) | 2013.03.25 |
Asgard by Netflix (0) | 2012.11.21 |