Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow the location of the bundle to be configured | Gareth Rees | 2014-03-11 | -3/+8 |
| | | | | | | | - Sets vendor/bundle as default - Uses $HOME/bundle when generating general.yml Based on d9f162c8ab08cb881cd68a3eee900c52c63cb1ae | |||
* | Add the SHARED_FILES_PATH, SHARED_FILES & SHARED_DIRECTORIES options | Mark Longair | 2014-01-22 | -0/+47 |
| | | | | | | | | | This is to support sharing various files between multiple deployments of Alaveteli. If you have set SHARED_FILES_PATH, SHARED_FILES and SHARED_DIRECTORIES then the rails-deploy-before-down script will ensure that a symlink is created from each of the files or directories mentioned in SHARED_FILES and SHARED_DIRECTORIES to a corresponding path within SHARED_FILES_PATH. | |||
* | Split rails-post-deploy into rails-deploy-(before|while)-down | Mark Longair | 2014-01-22 | -0/+101 |