riker icon indicating copy to clipboard operation
riker copied to clipboard

Heroku-like deployment for Amazon Web Services

Results 23 riker issues
Sort by recently updated
recently updated
newest added

Currently only AWS is supported, but it'd be interesting to also support other clouds, like Digital Ocean, Rackspace, etc.

enhancement

See https://github.com/jschementi/riker/blob/master/riker/api.py#L480 Currently, the `~/.ssh/id_rsa.pub` from the machine running riker is used to push code to instances. This means that only a machine with that exact `~/.ssh/id_rsa` and `~/.ssh/id_rsa.pub` can...

enhancement

Currently waits for AWS's instance status checks to all pass. Instead, can just keep trying to SSH to the machine.

enhancement

When running `riker deploy`, it's possible that the app AMI will not be found when actually deploying it, even though it's been created properly.

bug
help wanted

Currently Riker will create one security group, and requires the user to specify the rules. However, incorrectly doing this will leave a deployment unusable. Riker should create as many security...

enhancement

- [ ] TLS/HTTPS - [ ] Internal-only (no public IP) Should terminate TLS at load-balancer, and all other traffic is in the VPC. If not, TLS needs to be...

enhancement

For applications which require a proper environment when installing (like Rails if you use ENV['XYZ'] in any environment configs or initializers).

enhancement

Make output look like Heroku: ``` -----> Log line 1 Log line 2 =====> Log line 3 ``` See http://areyoufuckingcoding.me/2013/04/15/dont-repeat-yourself-with-setting-up/ Should also add logging levels, as currently it's very verbose.

enhancement