This is an old revision of the document!


Webanwendungen

Tracks

GTD-Aufgabenmanagement

Installation auf dem Uberspace nach dieser Anleitung

Installation in einem Unterverzeichnis ab ruby3:

  Otherwise, you can wrap the run statement in your config.ru with the following block:
  map ActionController::Base.config.relative_url_root || "/" do
    run FooApp::Application
  end

Quelle: http://stackoverflow.com/questions/8540746/deploying-rails-3-1-app-in-subdirectory

gitorious self-hosted (wip!)

RAILS_ENV=production bundle exec rake assets:precompile

nach passenger installation:

bundle install –deployment

Edit this page