riker
riker copied to clipboard
Heroku-like deployment for Amazon Web Services
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.
If an app version is already live, bail. A switch should be provided to force the deployment.
Need a way to customize the Docker container that the app is being deployed to (install packages, etc).
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...
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....
- 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...
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...
Instances need to be ephemeral, so log files need to be constantly streamed somewhere else.