23 Feb, 2015
1 commit
-
It needs to be the first one to come up
19 Feb, 2015
4 commits
-
They are going to be used when testing the mail relay
-
Calling `ssh` directly instead of `vagrant ssh` brings the total run time of the test suite from ~42s down to ~9s on my workstation.
12 Feb, 2015
20 commits
-
Pending: web interface
-
that --header 'Host: [...]' gets messed up by vagrant ssh, so let's encapsulate all the common curl options we want to use all the time into a single curl wrapper in test/bin/curl
-
it will be started later anyway when configuration files change
-
We are using private networking anyway, so we can access the machines directly.
-
:start will only start momentaneously, on CentOS you also need :enable to make the service start on boot. Also, provisioning colab requires the database to be up, so added a rake dependency to make sure the database node is always provisioned before the colab node.
09 Feb, 2015
13 commits
-
Pending: nginx for colab
05 Feb, 2015
2 commits