Skip to content
Snippets Groups Projects
Commit b48238d4 authored by Stanislaw Podgorski's avatar Stanislaw Podgorski
Browse files

include readme file with installation instructions

parent ef8493d3
No related branches found
No related tags found
No related merge requests found
Setup instruction:
1. Clone repository
2. Build with maven via `mvn package`
3. Final jar is generated in `/web/target`
4. In order to run you can start the jar via `java -jar xxx.jar` or run `main()` method in `Runner` class in `web` module.
5. The application requires some credentials to work properly, and those are collected from environmental variables:
- `login` - service account login
- `pass` - password for CERN DB1 for specified login
- `pass2` - password for Infor, Impact and LanDB for specified login
- `icesasLogin` - login for IceSAS database
- `icesasPassword` - password for IceSAS database
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment