Just wanted to share something I plan on using for local development.

As everyone knows, Vagrant takes a really long time to spin up and takes a
bunch of resources in the background when it's not being used.

It has been on my TODO list for a while to come up with a docker-compose
based environment to make development a bit easier.

I finally got around to this and so far it works pretty well. I'm sure
there's some corner case that I haven't considered (esp. pertaining to
running this on MacOS), but I've been using a slightly different version of
this to develop and test gorealis for a while.

Compose set up and instructions can be found here:
https://github.com/rdelval/aurora-docker/tree/master/docker-compose/dev

PRs are welcome and if there's enough interest I can upstream this after we
hammer out the corner cases and add support for client compilation :)

-Renan

Reply via email to