geotrellis
profile in your aws-cli profiles, with keys that can access your data on S3cd
into the directoryscripts/setup
, which will:
The other project scripts are meant to execute in the VM in the /vagrant
directory. To run the container during development use the following commands:
vagrant ssh
scripts/server
scripts/setup
can also be used to restore the project to its initial state: it will re-provision the VM, then remove and
rebuild the Docker container(s). (Note: this will destroy the VM's existing Docker container before rebuilding it.)
HTML for the front end is in src/app-frontend/template.handlebars
.
It contains underscore templates that are expanded by JS code.
Because Webpack's default HTML loader tries to expand the templates at load time
we use the Handlebars loader instead as it ignores the underscore template syntax.