Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iobserve-ui-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iobserve-ui
iobserve-ui-backend
Commits
f6e9f4d2
Commit
f6e9f4d2
authored
8 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
added minor modifications
parent
c7dc074a
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+10
-1
10 additions, 1 deletion
README.md
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
run-service.sh
+11
-0
11 additions, 0 deletions
run-service.sh
src/main/java/org/iobserve/util/TestSystemCreator.java
+240
-250
240 additions, 250 deletions
src/main/java/org/iobserve/util/TestSystemCreator.java
with
262 additions
and
252 deletions
README.md
+
10
−
1
View file @
f6e9f4d2
...
...
@@ -19,3 +19,12 @@ To start the server, run:
Please note that the Heroku deployment uses
`jetty-runner`
which does not provide Websocket support.
# Populate database with test data
Before you can start the service the first time, send a post request to
the backend to create an software system.
`curl -XPOST http://localhost:8080/v1/systems/createTest/CoCoME`
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
f6e9f4d2
...
...
@@ -205,7 +205,7 @@
<configuration>
<!--<jettyXml>${project.build.directory}/${project.build.finalName}-jetty.xml</jettyXml>-->
<httpConnector>
<port>
808
0
</port>
<port>
909
0
</port>
</httpConnector>
<scanIntervalSeconds>
0
</scanIntervalSeconds>
<webApp>
...
...
This diff is collapsed.
Click to expand it.
run-service.sh
0 → 100755
+
11
−
0
View file @
f6e9f4d2
#!/bin/bash
export
DATABASE_URL
=
"postgresql://iobserve:iobserve-ui@localhost:5432/iobserve-ui"
if
mvn compile
;
then
mvn jetty:run
else
echo
"Fail"
fi
# end
This diff is collapsed.
Click to expand it.
src/main/java/org/iobserve/util/TestSystemCreator.java
+
240
−
250
View file @
f6e9f4d2
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