Events, persons, military units, photographs, cemeteries
Docker (and Docker Compose), or:
sudo apt-get install ruby-compass
sudo gem install compass
npm install
npm install -g grunt-cli
bower install
Frontend only:
docker-compose -f docker-compose.yml -f docker-compose.development.yml up -d client
With Fuseki images (warsa, pnr, history: have to be installed separately):
docker-compose -f docker-compose.yml -f docker-compose.development.yml up -d
grunt serve
The SPARQL endpoint URL can be set with the environment variable WARSAMPO_ENDPOINT_URL,
e.g. WARSAMPO_ENDPOINT_URL=http://localhost:8080 grunt serve.
With Docker Compose:
docker-compose run client grunt build
Without Docker:
grunt build
The SPARQL endpoint URL can be set with the environment variable WARSAMPO_ENDPOINT_URL,
e.g. WARSAMPO_ENDPOINT_URL=http://example.com grunt build.