Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Nov 11, 2015
1 parent 724d499 commit 50ef2e4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ The Metanome tool is supplied under Apache License. You can use and extend the t
#### Building Metanome
Metanome is a maven project, which can be build by executing:

```mvn verify```

The verify phase should be executed as GWTTests are executed in this phase of the build.
```mvn clean install```

Metanome can be packaged together with a jetty webserver and profiling algorithms.
To speedup builds this package is not created in the default maven profile.
Expand All @@ -24,6 +22,12 @@ or by executing package on the deployment project directly (if metanome has not

```mvn -f deployment/pom.xml package```

To start the Metanome frontend you then have to execute the following steps in the deployment folder:

1. Unzip `target/deployment-0.0.2-SNAPSHOT-package_with_jetty.zip`
2. Go into the unzipped folder and start the run script, either `run.sh` or `run.bat`
4. Open a browser at [http://localhost:8888/metanome/](http://localhost:8888/metanome/)

#### Downloads
Metanome releases can be found on the download page at:

Expand Down

0 comments on commit 50ef2e4

Please sign in to comment.