Skip to content

Commit 27b8a41

Browse files
committed
2 parents b8e2b24 + 5b96a8a commit 27b8a41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ To get started, install the pre-requisites, get the emr-nlp-server application a
4949
5050
### Run the server
5151
52-
1. Make sure you have the _data_ directory (not in the repository; contact devs for information) inside *$CATALINA_BASE*.
52+
1. Make sure you have the _data_ directory (not in the repository; contact devs for information) inside *$CATALINA_BASE*. You should be able to figure this path from the print messages you see after launching the server. Example path: _/usr/local/Cellar/tomcat/8.0.9/libexec/_.
5353
5454
2. You need to build libsvm before you may run the server for the first time. To do that run `make` inside _data/libsvm_ directory or follow the instructions in the README file present there.
5555
56-
3. Start the Tomcat server (eg. using `$ catalina run` or `# service tomcat start` etc.). Note that the _data_ directory must reside in the catalina's base directory. You should be able to figure this path from the print messages you see after launching the server. Example path: _/usr/local/Cellar/tomcat/8.0.9/libexec/_
56+
3. Start the Tomcat server (eg. using `$ catalina run` or `# service tomcat start` etc.).
5757
5858
### Cleaning model files
5959
Receiving and handling feedbacks from the front-end ([emr-vis-web](https://github.com/trivedigaurav/emr-vis-web)) will modify the feedback management and model files contained in the *CATALINA_base/data* directory. If you wish to reset these management files, e.g. to restart a new experiment, follow the following steps:
6060
61-
1. Copy the _ResetDB.jar_ file into your _data_ directory.
61+
1. Copy [ResetDB.jar](ResetDB.jar) file into your _data_ directory.
6262
2. Run the command `java -jar ResetDB.jar 1` from the _data_ directory.
6363
6464
--

0 commit comments

Comments
 (0)