1. redmine installation
RAILS_ENV=production script/runner 'user = User.find(:first, :conditions => {:admin => true}) ; user.password, user.password_confirmation = "PASSWORD"; user.save!'
3. plugin uninstall
rake db:migrate:plugin RAILS_ENV=production NAME=<plugin name> VERSION=0
ruby script/plugin remove <plugin name>
ruby script/plugin remove <plugin name>
4. reference site
git 연동 : http://oddpoet.net/archives/355
gitolite install & setting
조금 더 써봐야 알겠지만, UI 도 이쁘고 간편하니 잘쓰면 좋을 듯.
http://www.redmine.org/ 이 사이트를 가서 살펴 본 후 마음에 들어 설치!
Ubuntu 11.10 에 설치 완료! git 은 연동하려다 실패.. 다 roll back 하고 그냥 있는 그대로 쓰련다 굳이 필요없을 듯. ㅋ
'Development Tip' 카테고리의 다른 글
Ubuntu Console mode booting (1) | 2012.08.31 |
---|---|
switch remote/branch by repo (0) | 2012.08.30 |
Cscope, Ctags 를 원하는 file만. (0) | 2012.02.23 |
Ubuntu 11.10 application : Terminator (0) | 2012.02.20 |
Android git mirror site (0) | 2011.09.30 |