Building Armada image from source

Armada is run from within docker container. It's most recent image is available from repository dockyard.armada.sh. All Armada companion services such as dockyard, magellan, courier etc. are also in there.

If you want to build your own images from scratch it's best to do it using Armada itself, e.g.:

$ git clone https://github.com/armadaplatform/armada.git
$ cd armada && armada build armada
$ sudo service armada restart

$ git clone https://github.com/armadaplatform/magellan.git
$ cd magellan && armada build magellan
$ armada run magellan -d local