Boundless Composer

From Wildsong
Jump to navigationJump to search

Composer is a single page application that helps you make maps with GeoServer. It's maintained by Boundless Geospatial and it's part of the Boundless Stack.

Making maps with Boundless Composer

I added it to my web server at http://maps.wildsong.biz/composer/ by doing this

ssh bellman
cd /var/www/maps/html
git clone [email protected]:boundlessgeo/composer.git
cd compose
npm install
npm audit fix
npm install grunt
node_modules/grunt-cli/bin/grunt build

There are over a hundred vulnerabilities reported.