Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LTatakis committed May 20, 2017
1 parent 44d5f4b commit 30fb86b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project is supervised by Prof Carole Goble and has been developed within th
project and aims to help dataset publishers to create a valid, according to the <a href="http://www.openphacts.org/specs/2013/WD-datadesc-20130912/"
target="_blank">Open PHACTS specification</a>, VoID description for deployment
with their dataset.The code was last updated on <span property="dcterms:modified">
May 2016 </span>. The code for the Open PHACTS editor is available from <a href="https://github.com/openphacts/Void-Editor2" target="_blank">
May 2017 </span>. The code for the Open PHACTS editor is available from <a href="https://github.com/openphacts/Void-Editor2" target="_blank">
https://github.com/openphacts/Void-Editor2</a>. In case you have a feature request or want to file a bug, please raise a GitHub issue.

__Features:__
Expand All @@ -31,13 +31,13 @@ __Features:__
- Exports VoID
- Allows users to view there progress so far - with "under the hood"

#Installation
# Installation

The VoID Editor and Linkset Editor require a servlet engine such as [tomcat server](http://tomcat.apache.org/) to be running on your machine. We have tested the editors with Tomcat 7 running on CentOS.
The VoID Editor and Linkset Editor require a servlet engine such as [tomcat server](http://tomcat.apache.org/) to be running on your machine. We have tested the editors with *Tomcat 7* running on CentOS.

The files can be built using [maven](http://maven.apache.org/) and issuing the command from the `voidEditor` directory.

```mvn clean package -DskipTests```
```mvn clean package -DskipTests``` or ```mvn install```

The resulting war file, in the target directory, can be deployed on your servlet engine in the usual way.

Expand Down

0 comments on commit 30fb86b

Please sign in to comment.