aboutsummaryrefslogtreecommitdiffstats
path: root/conf/Vagrantfile.example
Commit message (Collapse)AuthorAgeLines
* If only one cobrand given, always use it.Matthew Somerville2013-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 deprecatedMark Longair2013-10-29-2/+2
|
* Example Vagrantfile and notes.Matthew Somerville2013-09-13-0/+90
Based on previous work on vagrant branches, adjusted to use the new --dev argument of the install script.