Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
civitas-digitalis
CivDig-DigitalAssisstant
Experiment-UHH
experiment-uhh-ideadb
Commits
c270a0ff
Commit
c270a0ff
authored
Nov 15, 2018
by
Mahdi Sellami
Browse files
update readme
parent
e557aeab
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c270a0ff
#
wrapper
service
#
ideadb
service
How to start the
classification
service application
How to start the
ideadb
service application
---
1.
Run
`mvn clean install`
to build your application
1.
Start application with
`java -jar target/wrapper-1.0-SNAPSHOT.jar server config.yml`
1.
To check that your application is running enter url
`http://localhost:9004`
2.
Set MySql database URL in
`config.yml`
3.
Migrate database data with
`java -jar target/ideadb-1.0-SNAPSHOT.jar db migrate config.yml`
4.
Start application with
`java -jar target/ideadb-1.0-SNAPSHOT.jar server config.yml`
5.
To check that your application is running enter url
`http://localhost:9004`
6.
To see the API documentation (Swagger) enter url
`http://localhost:9004/swagger`
Health Check
---
...
...
src/main/resources/banner.txt
View file @
c270a0ff
================================================================================
wrapper
service
ideadb
service
================================================================================
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment