Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Restart alaveteli by service command | Gareth Rees | 2015-03-09 | -2/+3 |
| | | | | | - daemon_name defaults to "alaveteli" - daemon_name can be set per-environment in config/deploy.yml | |||
* | Fix typo | Louise Crow | 2014-08-22 | -1/+1 |
| | ||||
* | fixup! Use service for stop, start, restart | Louise Crow | 2014-08-21 | -1/+1 |
| | ||||
* | Use service for stop, start, restart | Louise Crow | 2014-08-21 | -7/+5 |
| | ||||
* | Create tmp/pids in capistrano shared directory | Gareth Rees | 2014-07-15 | -0/+2 |
| | | | | | pids need to persist across deploys so that we can kill/restart running processes on deployment | |||
* | Persist log directory across capistrano deployments | Gareth Rees | 2014-07-10 | -0/+2 |
| | ||||
* | Fixes for asset pipeline.0.16.0.4hotfix/0.16.0.4 | Louise Crow | 2014-01-27 | -7/+6 |
| | | | | | | Remove rake namespace - clashes with rake variable used in precompiling assets. Make sure the symlinking and theme installation are done before precompiling assets. | |||
* | Small fixes for favicon.ico | Louise Crow | 2013-12-10 | -1/+0 |
| | ||||
* | Move acts_as_xapian out of vendor/plugins | Mark Longair | 2013-11-29 | -1/+1 |
| | | | | | This includes making making sure that xapiandbs directory is moved with this version of the code. | |||
* | Allow the rails_env to be set from the deploy.yml file. | Louise Crow | 2013-11-19 | -0/+1 |
| | ||||
* | Don't make zip dir publicly accessible. | Louise Crow | 2013-09-16 | -1/+0 |
| | | | | We want to be able to authorise access to it. | |||
* | Add a symlink to an httpd.conf file in the shared directory. | Louise Crow | 2013-06-18 | -0/+1 |
| | ||||
* | Remove memcached config files, references to memcached and interlock. | Louise Crow | 2013-01-17 | -1/+0 |
| | ||||
* | Allow cap rake:themes:install to be run standalone and in the context of a ↵ | Louise Crow | 2013-01-14 | -1/+1 |
| | | | | deploy. According to https://github.com/capistrano/capistrano/blob/master/lib/capistrano/recipes/deploy.rb#L75 'latest_release' seems to fit the bill. | |||
* | Symlink aliases file if created according to doc/INSTALL-exim4.md | Louise Crow | 2012-11-27 | -0/+1 |
| | ||||
* | Link favicon to shared area on deploy so it can be changed | Matthew Landauer | 2012-11-01 | -0/+1 |
| | ||||
* | Link new relic configuration into shared area on deploy | Matthew Landauer | 2012-10-18 | -0/+1 |
| | ||||
* | Add maintenance notice around capistrano deploy:migrations | Matthew Landauer | 2012-10-16 | -0/+5 |
| | ||||
* | Add the memcached config to Capistrano - you can't run multiple Alaveteli ↵ | Henare Degan | 2012-10-09 | -0/+1 |
| | | | | instances without it! | |||
* | Persist admin charts between deploys | Henare Degan | 2012-09-23 | -0/+2 |
| | ||||
* | Symbolic link rails environment override into shared path | Matthew Landauer | 2012-09-21 | -0/+1 |
| | ||||
* | Add Xapian config to Capistrano | Henare Degan | 2012-09-12 | -4/+14 |
| | ||||
* | Doco updates | Henare Degan | 2012-09-12 | -1/+0 |
| | ||||
* | Persist the cache between deploys and serve the download directory publicly | Henare Degan | 2012-09-11 | -1/+4 |
| | ||||
* | Unfortunately Cape runs tasks in current_path but we don't have it the first ↵ | Henare Degan | 2012-09-11 | -6/+3 |
| | | | | time we try to deploy | |||
* | The files directory should persist between deploys | Henare Degan | 2012-09-11 | -1/+6 |
| | ||||
* | Use the same name as Capistrano so we have consistent naming | Henare Degan | 2012-09-11 | -1/+1 |
| | ||||
* | Make this a task too. I think it's clearer and more consistent | Henare Degan | 2012-09-11 | -2/+3 |
| | ||||
* | Install themes as part of the deployment | Henare Degan | 2012-09-11 | -0/+13 |
| | ||||
* | Start linking in required config | Henare Degan | 2012-09-11 | -0/+11 |
| | ||||
* | Enable submodules like commonlib | Henare Degan | 2012-09-11 | -0/+1 |
| | ||||
* | Allow the branch to be customised | Henare Degan | 2012-09-11 | -0/+1 |
| | ||||
* | Speed up deploys by not getting the whole repo each time | Henare Degan | 2012-09-11 | -0/+1 |
| | ||||
* | Allow the deploy path to be customised | Henare Degan | 2012-09-11 | -0/+1 |
| | ||||
* | Oops missed this in ba7e23ff8fccf30e3c88bfc06949bfea23cb04e0 | Henare Degan | 2012-09-11 | -1/+1 |
| | ||||
* | Add a few more required options | Henare Degan | 2012-09-11 | -0/+1 |
| | ||||
* | Move deployment configuration into its own file - thanks @crowbot! | Henare Degan | 2012-09-11 | -1/+1 |
| | ||||
* | Don't use sudo | Henare Degan | 2012-09-10 | -0/+1 |
| | ||||
* | Use bundler via capistrano | Henare Degan | 2012-09-10 | -0/+2 |
| | ||||
* | Make Capistrano configurable using general.yml | Henare Degan | 2012-09-10 | -6/+7 |
| | ||||
* | Add deployment tasks for Passenger | Henare Degan | 2012-09-10 | -8/+11 |
| | ||||
* | Remove comments | Henare Degan | 2012-09-10 | -6/+0 |
| | ||||
* | Everyone is using Git | Henare Degan | 2012-09-10 | -2/+1 |
| | ||||
* | capify . | Henare Degan | 2012-09-10 | -0/+25 |