With the advent of a Docker image for CGWire, I’m looking to setup an environment where I can edit and contribute code to Kitsu and Zou. For example, by checking out Kitsu, and mounting the development directory in a Docker container containing the remainder of infrastructure required for changes to compile and run.
For example…
$ git clone https://github.com/cgwire/kitsu.git
$ docker run -d -v $(pwd)/kitsu:/kitsu cgwire:kitsu-devenv
For starters, a basic guide on how to setup the environment for Kitsu would be swell.