#Taxo&Map 3.1
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
npm install -g bower
Requires git, npm and bower.
Clone this project:
git clone https://github.com/geomatico/tm3.git
Install bower dependencies:
bower install
Adding dependencies:
bower install --save <bower_package>
For Mac:
cd /usr/local/geoserver/bin
sh startup.sh
Download from https://github.com/geomatico/restmuseum
Run via runserver
source .env
python3 manage.py runserver 0.0.0.0:9999
Run via gunicorn
source .env
gunicorn -b 0.0.0.0:9999 restmuseum.wsgi