Project

General

Profile

Load settings.yml at install

Added by Anonymous almost 12 years ago

Hi,

I would like to install redmine and configure it without connecting at the web interface.

I see a settings.yml files in config folder. When I try to modify this file, only app_title change, the rest is ignored.

For installation, I do :

rake generate_secret_token
RAILS_ENV=production rake db:migrate
RAILS_ENV=production rake redmine:load_default_data

Is it because I use load_default_data ? Does a "load_data" which loads settings.yml exist ?

Thanks