Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-mars
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
industrial-controls
services
PLC Support
ics-mars
Commits
b48238d4
Commit
b48238d4
authored
7 years ago
by
Stanislaw Podgorski
Browse files
Options
Downloads
Patches
Plain Diff
include readme file with installation instructions
parent
ef8493d3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+13
-0
13 additions, 0 deletions
readme.md
with
13 additions
and
0 deletions
readme.md
0 → 100755
+
13
−
0
View file @
b48238d4
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment