Skip to content

Commit

Permalink
doc: add link to demo site (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Feb 4, 2020
1 parent 81c49ef commit 3eb28ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@ DSpot ecosystem:

## Getting started

### Demo site

Meet our demonstration website at <https://dspot-demo.stamp-project.eu/>.

### Prerequisites

You need Java and Maven.
You need Java and Maven. The environment variable JAVA_HOME must point to a valid JDK installation (and not a JRE). DSpot uses the environment variable MAVEN_HOME, ensure that this variable points to your maven installation. Example:

DSpot uses the environment variable MAVEN_HOME, ensure that this variable points to your maven installation. Example:
```
export MAVEN_HOME=path/to/maven/
```

DSpot uses maven to compile, and build the classpath of your project. The environment variable JAVA_HOME must point to a valid JDK installation (and not a JRE).

### Releases

We advise you to start by downloading the latest release, see <https://github.com/STAMP-project/dspot/releases>.
Expand Down

0 comments on commit 3eb28ae

Please sign in to comment.