To download the source code
Repository with source code is at https://github.com/geo2tag/geo2tag. To clone the source code repo you should use the next command:
git clone https://github.com/geo2tag/geo2tag.git
How to prepare the environment
For ubuntu 14.04
sudo apt-get install mongodb python-pip python-dev git apache2 libapache2-mod-wsgi
How to deploy locally
sudo ./scripts/local_deploy.sh
How to test that deployment was successful
Running command curl http://geomongo/instance/status should return “OK”. Also it’s possible to deploy Geo2Tag image via Vagrant.