Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | If only one cobrand given, always use it. | Matthew Somerville | 2013-11-07 | -8/+0 |
| | | | | | | | | | If the ALLOWED_COBRANDS configuration variable only contains one entry (and also work if it's a string rather than a list), always use that cobrand, no matter what the hostname is. The example Vagrantfile no longer needs the configuration changes at all. | |||
* | Piping the install script to 'sudo sh -s' is deprecated | Mark Longair | 2013-10-29 | -2/+2 |
| | ||||
* | Example Vagrantfile and notes. | Matthew Somerville | 2013-09-13 | -0/+90 |
Based on previous work on vagrant branches, adjusted to use the new --dev argument of the install script. |