Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 302 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 302 Bytes

IGRAC-GGIS

QUICK INSTALLATION GUIDE

git clone https://github.com/kartoza/IGRAC-GGIS.git
cd IGRAC-GGIS/deployment
make build
make up
make collectstatic

The web will be available at http://localhost/

To stop containers:

make kill

To stop and delete containers:

make rm