Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Enhort
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Michael Menzel
Enhort
Commits
4aa763fc
Commit
4aa763fc
authored
Jan 18, 2019
by
Michael Menzel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Maven build instr.
parent
621b1920
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
README
README
+22
-1
SETUPINSTR.md
SETUPINSTR.md
+1
-0
No files found.
README
View file @
4aa763fc
...
...
@@ -22,10 +22,31 @@ experimental conditions and scientific questions.
Enhort is publicly available online at www.enhort.mni.thm.de and published under GNU General Public License.
#
B
uild
#
Use pre-b
uild
A seperate SETUPINSTR.md file is available containing instructions to run Enhort on your own infrastructure.
# Build
A JDK with Java 8 or higher is needed, as well as Maven.
Build steps:
- Download the sources from https://git.thm.de/mmnz21/Enhort
- cd into the enhortlib folder
- run 'mvn package' to build the library
- run the following to add the library to the local .m2 folder and repository:
mvn install:install-file -Dfile=Enhortlib-1.01.jar -DpomFile=pom.xml
- cd back and into the /backend
- run 'mvn package -Dmaven.test.skip=true'
- Tests are skipped because several test-files are needed to run them
- cd back and into the /frontend directory
- run 'mvn package'
- go up one directory
- rename both jars with:
mv backend/target/Enhort-1.01-jar-with-dependencies.jar enhort.jar
mv frontend/target/Enhort-1.01-jar frontend.jar
- continue with the set up as described in the SETUPINSTR.md file
# VM
...
...
SETUPINSTR.md
View file @
4aa763fc
...
...
@@ -36,6 +36,7 @@ The server is run with the following command:
-
The -Xmx32g flag raises the available memory to 32 GB, please specify your available memory here.
-
The StringTableSize improves start up speed for loading the data
-
Currently the port is fixed to 42412
-
The server takes about 2 minutes to start, when the message "Still loading track files. Stopping now" the server is up and running
# Frontend setup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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