KelsonBall / Inside-Out-Mmorpg

An open source mmorpg where bots are first class citizens
0 stars 0 forks source link

create dockerfile for build environment #3

Open KelsonBall opened 6 years ago

KelsonBall commented 6 years ago

Our build/dev environment will require a number of tools installed. To make it as easy as possible for developers to set up a build environment with all the correct tools and correct versions without impacting their host environment we should create a docker file or docker image for building/debugging from.

Dev Tools that will be needed

In addition to just creating an image with the correct tools, we'll need to figure out how to mount a folder from the host and connect to a running instance on localhost.

Resources:

KelsonBall commented 6 years ago

There should probably also be a powershell script, a bash script, and a documentation file included as part of this project to help people get up and running.