diff --git a/README.md b/README.md index 93010d40fa484a4f9bb8f16c1964c19bab98df7a..8f3f7681e5ff5161afaa50f55ded9595ea82f31e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Corpus-Web-Services Java-based application to make calls to [Corpus Services](https://gitlab.rrz.uni-hamburg.de/corpus-services/corpus-services) + +## Requirements + +Currently tested with +- Java 11 +- Maven 3.8 + +## Build and run +- cd lib +- bash install_corpus_services_jar.sh +- cd .. +- mvn clean compile exec:java diff --git a/lib/readme.txt b/lib/readme.txt deleted file mode 100644 index d4623002cb894a01b220b62d174db8221f26f6c8..0000000000000000000000000000000000000000 --- a/lib/readme.txt +++ /dev/null @@ -1,5 +0,0 @@ -You need to download and install corpus-services to be able to run the -corpus-web-services. The code is availble here: https://gitlab.rrz.uni-hamburg.de/corpus-services/corpus-services - -After generating the jar (by running mvn compile test assembly:single) place -it here and run install_corpus_services_jar.sh \ No newline at end of file