git clone [email protected]:camptocamp/ngeo.git
cd ngeo
make serve-ngeo
The ngeo examples are now available on your https://localhost:3000/examples/.
To run the GeoMapFish examples:
make serve-gmf
then visit https://localhost:3000/contribs/gmf/examples/.
To run the GeoMapFish applications:
make serve-gmf-apps
then visit them using https://localhost:3000/contribs/gmf/apps/<app_name>.html, for example: https://localhost:3000/contribs/gmf/apps/desktop.html
To run the Simple API Help:
make serve-api
Then visit https://localhost:3000/apihelp.html