Development environment.
Armada runs only on Linux as of yet. Thus you need to have a Linux box with Armada installed to start using it. Whether you want to install Armada on your existing machine or setup separate VirtualBox machine for development, it's very easy: Armada installation. We strongly suggest the latter, as we also provide ready-to-use vagrant box with Armada. Using it that way you won't clutter your other environments and interfere with other services in undesired ways. In most common case, you probably may have some root directory for your projects (e.g. D:\git_projects), and your project directory inside it (e.g. D:\git_projects\coffee-counter). The recommended way to start development is to download Armada's Vagrantfile into your project directory and run new VirtualBox machine using vagrant, e.g.:D:\>cd \git_projects\coffee-counter
D:\git_projects\coffee-counter> curl -sLO http://vagrant.armada.sh/Vagrantfile
D:\git_projects\coffee-counter> vagrant up
coffee-counter$ curl -sLO http://armada.sh/docs/coffee-counter.zip
coffee-counter$ unzip coffee-counter.zip
Archive: coffee-counter.zip
inflating: Dockerfile
creating: src/
inflating: src/coffee-counter.py
creating: supervisor/
inflating: supervisor/coffee-counter.conf