Boundless Composer

From Wildsong
Revision as of 23:21, 3 April 2019 by Brian Wilson (talk | contribs) (Created page with "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. [https://...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.