Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
webanwendungen [2014/02/22 20:58] gevatterwebanwendungen [2016/03/20 23:42] (current) – external edit 127.0.0.1
Line 15: Line 15:
 Quelle: [[http://stackoverflow.com/questions/8540746/deploying-rails-3-1-app-in-subdirectory]] Quelle: [[http://stackoverflow.com/questions/8540746/deploying-rails-3-1-app-in-subdirectory]]
  
-==== gitorious self-hosted (wip!)====+=====gitorious self-hosted (wip!)=====
  
  
 RAILS_ENV=production bundle exec rake assets:precompile 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! **