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

rake db:setup

resque überwachung mit supervisor: http://ryanmckern.com/2013/10/finally-resque-supervisor-have-learned-to-get-along/

Hat sich erledigt, wird nicht mehr benutzt, gitolite ist voll gut!

Edit this page