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

I don't know if it's a real issue, but I'm facing a problem here. I use a riker config and, after put my aws credentials, it ask me a VPC...

Configuration should be a file consisting lines like KEY=VALUE, stored in a private S3 bucket.

enhancement
2 - Working

If an app version is already live, bail. A switch should be provided to force the deployment.

enhancement
2 - Working

Need a way to customize the Docker container that the app is being deployed to (install packages, etc).

enhancement

Currently, Dokku is used to deploy the application (using Git and Heroku buildpacks) and run/serve the application (using Docker and Nginx). However, Dokku is meant to host multiple domains on...

enhancement

Currently running `riker deploy --scale` from scratch does the following: 1. Creates a new instances 2. Provisions it with docker, nginx, and any other dependencies 3. Creates AMI (A) 4....

enhancement

- Now that Elastic Beanstalk supports Dockerfiles and rolling deployments, may be worth adding an option to use it rather than having Riker control the rolling deployment. - CodeDeploy could...

enhancement

To provide a bit more control than is provided by Heroku Buildpacks, Riker could support deploying an application with a Dockerfile. This could also be used to support more than...

enhancement

Instances need to be ephemeral, so log files need to be constantly streamed somewhere else.

enhancement