Skip to content

Commit

Permalink
Add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-buechler authored Aug 30, 2017
1 parent 38443c3 commit 9249151
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# SE-Repo
This is the repository of the Software Engineering Repository of my master thesis.

## Prerequisites
You need an up and running instance of Apache Solr http://lucene.apache.org/solr/
Create a core called `serepo` with the command: `solr create_core -c serepo`

## How to run
`mvn clean install`

To run the RESTful HTTP API:
`cd serepo-rest`
`mvn tomcat7:run`

The RESTful HTTP API will be available under http://localhost:8080/serepo

To run the SE-Repo Webapplication:
`cd serepo-client-webapp`
`mvn tomcat7:run`

The application will be available under http://localhost:8081/serepo-webapp

## Configurations
The RESTful HTTP API can be configured within the file `serepo-rest/serepo-config.json`
The webapplication can be configured whithin the file `serepo-client-webapp/serepo-webapp-config.json`

0 comments on commit 9249151

Please sign in to comment.