ALLUsion location intelligence platform (BETA) for querying and visualizing geospatial linked data.
ALLUsion is licensed under the GNU General Public License v3.0.
- Run
npm installto install dependencies - Run
npm run dev-serverto run the development server (frontend)
- Run
npm run buildto build the production version
More detailed instructions in Spatineo plan.io
Test environment is running at http://allusion.spatineo-devops.com/test/
- Make sure you have your AWS credentials configured (use
--profile <profile name> --region <region>in the next command if needed) - Test command with
--dryrun - Run
aws s3 sync dist/ s3://<bucket name>/test/ --delete - Copy main.js again to make sure it is utf-8
aws s3 cp dist/main.js s3://<bucket name>/test/main.js --content-type "application/javascript;charset=utf-8" - Invalidate the CloudFront cache
aws cloudfront create-invalidation --distribution-id <distribution id> --paths "/test/*" - Check progress
aws cloudfront list-invalidations --distribution-id <distribution id>
Test environment is running at http://allusion.spatineo-devops.com/
- Make sure you have your AWS credentials configured (use
--profile <profile name> --region <region>in the next command if needed) - Test command with
--dryrun - Run
aws s3 sync dist/ s3://<bucket name> - --delete removed so that the /test/ -folder would not be deleted
- Copy main.js again to make sure it is utf-8
aws s3 cp dist/main.js s3://<bucket name>/main.js --content-type "application/javascript;charset=utf-8" - Invalidate the CloudFront cache
aws cloudfront create-invalidation --distribution-id <distribution id> --paths "/test/*" - Check progress
aws cloudfront list-invalidations --distribution-id <distribution id>