Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
webanwendungen [2013/03/16 03:07] – angelegt gevatterwebanwendungen [2016/03/20 23:42] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== Tracks ===== ===== Tracks =====
 GTD-Aufgabenmanagement GTD-Aufgabenmanagement
 +
 +Installation auf dem Uberspace nach dieser [[https://postpoeia.name/blogs/mytho/2012/10/14/todo-listen-mit-tracks-im-eigenen-uberspace-installieren/ | Anleitung]]
  
 Installation in einem Unterverzeichnis ab ruby3: 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, [[http://gitolite.com/gitolite/index.html|gitolite]] ist voll gut! **