You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2020. It is now read-only.
Hi, I have started using Pow for a few apps in development and I love it!
However I am also trying to get a copy of Redmine working locally. It uses Rails 2.3.5 and doesn't have any config.ru.
Is there a quick and easy way to get Redmine working with Pow?
Thanks!
The text was updated successfully, but these errors were encountered:
There is actually a config.ru file included that worked for me. You'll find it at redmine/vendor/rails/railties/dispatches/config.ru
You can just copy it to the root redmine folder and it should work. For reference here are the file's contents:
# Rack Dispatcher
# Require your environment file to bootstrap Rails
require File.dirname(__FILE__) + '/config/environment'
# Dispatch the request
run ActionController::Dispatcher.new
Hi, I have started using Pow for a few apps in development and I love it!
However I am also trying to get a copy of Redmine working locally. It uses Rails 2.3.5 and doesn't have any config.ru.
Is there a quick and easy way to get Redmine working with Pow?
Thanks!
The text was updated successfully, but these errors were encountered: