We need Node and NPM to run this locally.
- Install dependencies using
npm i
- Execute using
npm run start
We are using a Geoserver from OSGeo http://geoserver.org/. Step to get the server running on your machine
- Download the platform independent binary from the above link
- Extract the files to your desired location
- Make sure you install Java Runtime Environment (JRE) v8 and Java Development Kit (JDK) v8 before running the server
- Follow the guide here
- Once Java and geoserver are installed, go to
bin
directory of geoserver and executestartup.sh
- Browse to
0.0.0.0:8080
to view server's webpage