Adds description of capistrano tasks to README for reference

This commit is contained in:
Philipp Bayer
2014-03-25 10:33:01 +10:00
parent e9a3eeb9c5
commit 774becddb3

View File

@@ -36,6 +36,22 @@ To see all rake-tasks:
rake -vT
= Deployment
Deployment is handled via capistrano (thanks Helge!). The most important capistrano tasks:
cap deploy
deploys the newest version to production.
cap solr:{start,stop,restart}
handles the solr instance on production. Has to be started on reboot!
cap sidekiq:{start,stop,restart}
handles the Sidekiq workers. Has to be started on reboot!
= To do
Check the issues-page for things to fix/finish/do.