Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
[NRGI/resource-projects-etl#48] Set DEFAULT_GRAPH_URI
Browse files Browse the repository at this point in the history
This means the deployed resourceprojects frontend staging site finally
shows the data it should.
  • Loading branch information
Bjwebb committed Oct 22, 2015
1 parent f213f65 commit f853fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions salt/resource-projects.sls
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ include:
- context:
image: {{ dockers[container] }}
name: {{ container }}
extraargs: -p 127.0.0.1:8080:80 --link virtuoso:virtuoso-live -e BASE_URL=http://lodspeakr-live.nrgi-dev2.default.opendataservices.uk0.bigv.io/ -e SPARQL_ENDPOINT=http://virtuoso-live:8890/sparql
extraargs: -p 127.0.0.1:8080:80 --link virtuoso:virtuoso-live -e BASE_URL=http://lodspeakr-live.nrgi-dev2.default.opendataservices.uk0.bigv.io/ -e DEFAULT_GRAPH_URI=http://resourceprojects.org/data/ -e SPARQL_ENDPOINT=http://virtuoso-live:8890/sparql
after: docker-virtuoso
- watch_in:
- service: docker-{{ container }}
Expand All @@ -76,10 +76,10 @@ include:
- context:
image: {{ dockers[container] }}
name: {{ container }}-staging
extraargs: -p 127.0.0.1:8081:80 --link virtuoso:virtuoso-staging -e BASE_URL=http://lodspeakr-staging.nrgi-dev2.default.opendataservices.uk0.bigv.io/ -e SPARQL_ENDPOINT=http://virtuoso-staging:8890/sparql
extraargs: -p 127.0.0.1:8081:80 --link virtuoso:virtuoso-staging -e BASE_URL=http://lodspeakr-staging.nrgi-dev2.default.opendataservices.uk0.bigv.io -e DEFAULT_GRAPH_URI=http://staging.resourceprojects.org/data/ -e SPARQL_ENDPOINT=http://virtuoso-staging:8890/sparql
after: docker-virtuoso
- watch_in:
- service: docker-{{ container }}
- service: docker-{{ container }}-staging
{% set container = 'lodspeakr-feature-projects-map' %}
/etc/systemd/system/docker-{{ container }}.service:
Expand Down

0 comments on commit f853fc5

Please sign in to comment.