2011年3月25日金曜日

Redmine を Debian Squeeze にインストールしてみる - その 6

Redmine のせってい

config/database.yml

config/database.yml.example をコピーして作成。production: を変更

production:
adapter: mysql
database: db_redmine
host: localhost
username: redmineUser
password: P*a*s*s*w*o*r*d
encoding: utf8

config/email.yml

config/email.yml.example をコピーして作成。''# === Simple SMTP server at localhost'' のあたりを変更。

# === Simple SMTP server at localhost

production:
delivery_method: :smtp
smtp_settings:
address: "localhost"
port: 25

まいぐれーしょん!

$ sudo rake generate_session_store
(in /var/local/lib/redmine-1.1.2)
Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`
…あれ?
$ sudo rake db:migrate RAILS_ENV=production
(in /var/local/lib/redmine-1.1.2)
Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`
……あれれ??

0 件のコメント: