I gave Convox a go there and what really impressed me was how thoughtful it was of development. A lot of similar projects focus on the production side and forget you still have to run the app locally for dev. Really neat.
The Opendoor team talks about a managed infrastructure being set up by you guys, that's a big benefit of Heroku - you create one simple account (no API keys) and you're done. I guess this goes completely against the promise of AWS + Docker + Convox but is that something your considering?
@callumj Thanks for the question! Our goal is to keep Convox free and open-source so we are doing some experiments with managed hosting as an avenue to support the project. If anyone is interested in Convox but doesn't want to run it themselves please reach out to support@convox.com and let's talk.
Impressive project! I read about it and I'm liking what I'm see in and I wonder why there is no hype about it!
I have a question: Is there way to manage multiple environments for an app in convox?
Hello! I'm part of the Convox core team and happy to answer any questions.
Convox is an app deployment platform that you can install into your own AWS account. It uses ECS, ELB, Kinesis, and many other great AWS services under the hood but automates it all away to give you a deployment experience even easier than Heroku.
Convox uses Docker under the hood so if you want to customize anything (distro, dependencies, etc) you can simply add a Dockerfile to your project.
Convox is entirely open source. Check it out at https://github.com/convox
To get started with our installer go to: http://docs.convox.com/docs/gett...
We would love to hear any feedback on the installer or deployment process!
/ syndicate