The idea of this project it to enable Minefield's players draw their own custom flags. For the timebeing it works pretty simple - you draw a flag, submit it, then I add it to the game if it corresponds to the Minefield's general style and simply looks good. This process can take some time since it is not automated yet.
Server architecture is based on Blank.
-
Clone the repository:
git clone git@github.com:borbit/minefield-flags.git cd minefield-flags -
Provision a VM using Vagrant and SSH inside:
vagrant up vagrant ssh cd /opt/minefield-flags -
Run minefield-flags using Foreman:
foreman start
- Ansible
-
Clone the repository:
git clone git@github.com:borbit/minefield-flags.git cd minefield-flags -
Go into
ansibledirectory:cd ansible -
Run Ansible:
ansible-playbook -i production --ask-sudo-pass all.yml