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

Commit

Permalink
Ready for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Configuration Manager committed Nov 6, 2019
1 parent 651d909 commit d657737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The platform is shipped with a [Docker](https://docker.com) setup that makes it
To run build & run LODMAP2D container:

```bash
docker run -d --name lodmap2d -p 8080:80 linkeddatacenter/lodmap2d
docker run -d --name lodmap2d -p 8080:80 linkeddatacenter/lodmap2d
```

Try it pointing your browser to http://localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion docker/run_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var _paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="${LODMAP2D_MATOMO_URL:-https://matomo.app.copernicani.it/}";
var u="${LODMAP2D_MATOMO_URL:-"https://matomo.app.copernicani.it/"}";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '$LODMAP2D_MATOMO_ID']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
Expand Down

0 comments on commit d657737

Please sign in to comment.