makestack is a geospatial application architecture templating engine (GAATE) which allows developers to setup a production-quality geospatial web architecture ready for deployment to cloud providers.
The goal is to make production quality architectures easy to produce with established conventions to simplify collaboration.
pip install makestack
git clone https://github.com/makepath/makestack
cd makestack
pip install .
After installing Makestack, you can run the CLI by typing makestack
in your terminal.