svn co svn://rubyforge.org/var/svn/redmine/trunk redminecd redminorhttp://rubyforge.org/frs/download.php/39478/redmine-0.7.3.zip touch config/database.yml vi config/database.ymlproduction: adapter: sqlite3 database: db/redmine.dbdevelopment: adapter: sqlite3 database: db/redmine.dbtest: adapter: sqlite3 database: db/redmine.db rake db:migrate RAILS_ENV="production" rake redmine:load_default_data RAILS_ENV="production" # NO FOR Windowssudo chown -R redmine:redmine files log tmp ruby script/server -e production vi # SMTP server configurationconfig.action_mailer.smtp_settings = { :address => "mail.alps-germany.de", :port => 25, :domain => "www.alps-germany.de", :authentication => :plain, :user_name => "info@alps-germany.de", :password => "******" } http://localhost:3000/ login: adminpassword: admin
【实 × 新 × 奇】http://www.lycom.de/ 最新报道Ruby语言、Rails框架、Ubuntu、MacOSX和软件技术信息
订阅 full-text RSS 或者 comments RSS.
Interesting links can be found at del.icio.us or by subscribing to my del.icio.us feed
Powered by SimpleLog