Skip to content

Instantly share code, notes, and snippets.

@recena
Last active December 11, 2015 22:49
Show Gist options
  • Save recena/4672372 to your computer and use it in GitHub Desktop.
Save recena/4672372 to your computer and use it in GitHub Desktop.
root@clinker:/usr/local/redmine# service apache2 stop
root@clinker:/usr/local/redmine# rake db:sessions:create RAILS_ENV="production"
root@clinker:/usr/local/redmine# rake db:migrate RAILS_ENV=production
Y en el archivo config/application.rb:
Comentar > # config.session_store :cookie_store, :key => '_redmine_session'
Incluir > config.session_store :active_record_store
root@clinker:/usr/local/redmine# service apache2 start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment