-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/rreganjr/Requel/issues/1
I moved the README.md from the website folder to the root so that it shows on the home page of the project. Signed-off-by: rreganjr <rreganjr@acm.org>
- Loading branch information
Showing
2 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
## New Executable Jar for Easy Running | ||
|
||
The new jar release [Requel-1.0.1.jar](https://sourceforge.net/projects/requel/files/Requel-1.0.1.jar/download) is much easier to use. It has an embedded tomcat web server so you only need to have a MySQL database running. Just pass database settings and port if 8080 is not available: | ||
|
||
Pass in the database setting parameters like this: | ||
|
||
* **jdbc url** --spring.datasource.url=<url> | ||
* **username** --spring.datasource.username=<username> | ||
* **password** --spring.datasource.password=<password> | ||
|
||
Optionally pass the service port like this: | ||
|
||
* **port** --server.port=<portnumber> | ||
|
||
### Example command | ||
|
||
```java -jar Requel-1.0.1.jar --spring.datasource.url=jdbc:mysql://localhost:3306/requeldb?createDatabaseIfNotExist=true --spring.datasource.username=root --spring.datasource.password=password --server.port=8081``` | ||
|
||
|
||
Then access the app http://localhost:8081/ | ||
|
||
login to the application as **admin** user with password **admin**. | ||
|
||
####Note | ||
|
||
## New Executable Jar for Easy Running | ||
|
||
The new jar release [Requel-1.0.1.jar](https://sourceforge.net/projects/requel/files/Requel-1.0.1.jar/download) is much easier to use. It has an embedded tomcat web server so you only need to have a MySQL database running. Just pass database settings and port if 8080 is not available: | ||
|
||
Pass in the database setting parameters like this: | ||
|
||
* **jdbc url** --spring.datasource.url=<url> | ||
* **username** --spring.datasource.username=<username> | ||
* **password** --spring.datasource.password=<password> | ||
|
||
Optionally pass the service port like this: | ||
|
||
* **port** --server.port=<portnumber> | ||
|
||
### Example command | ||
|
||
```java -jar Requel-1.0.1.jar --spring.datasource.url=jdbc:mysql://localhost:3306/requeldb?createDatabaseIfNotExist=true --spring.datasource.username=root --spring.datasource.password=password --server.port=8081``` | ||
|
||
|
||
Then access the app http://localhost:8081/ | ||
|
||
login to the application as **admin** user with password **admin**. | ||
|
||
####Note | ||
|
||
The language analysis is fixed, but new Stanford CoreNLP mode files are huge and doubled the size of the jar to almost 600Mbytes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters