Graham Taylor
Graham Taylor
Hi, I'm trying to use this via meteor. I've installed the package via `meteor install silentcicero:ethereumjs-accounts`, but the Accounts var isn't available as a global that I can instantiate. Should...
Capistrano 3.1.0 is using release_roles do identify servers that we actually want to deploy on to. This fix ensures we only sync code on to servers that we want to...
Hey there, Cool module! I'm looking at implementing an account linking example using a facebook messenger bot. I notice the example you've got around this is incomplete. Have you had...
We should be able to just provision a single slave instance, then use amazon auto-scaling to handle provisioning new slave instances dynamically on demand. See http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html and http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/GettingStartedTutorial.html
At the moment if you change a .service file and try and restart the service you'll receive a warning like - ``` Warning: marathon.service changed on disk. Run 'systemctl daemon-reload'...
Requires a rewrite of the serverspec role and the test harness in wercker
With the upgrade of consul to 0.6 we have better health check support for docker via docker + tcp checks - https://hashicorp.com/blog/consul-0-6.html#health-checks We should be able to migrate some checks...
We provision bastion with ``` security_groups = ["${module.sg-default.security_group_id}", "${aws_security_group.bastion.id}"] ``` This actual means bastion is connectable on any port (default security group is open). It shouldn't be the case This...