Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
caosdb
Software
caosdb-server
Commits
3bc2846b
Unverified
Commit
3bc2846b
authored
5 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: added hint; updated package version
parent
b16e201c
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_SETUP.md
+6
-3
6 additions, 3 deletions
README_SETUP.md
with
6 additions
and
3 deletions
README_SETUP.md
+
6
−
3
View file @
3bc2846b
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
### Install the requirements on Debian
### Install the requirements on Debian
On Debian, the required packages can be installed with:
On Debian, the required packages can be installed with:
apt-get install git make mariadb-server maven openjdk-
8
-jdk-headless \
apt-get install git make mariadb-server maven openjdk-
11
-jdk-headless \
python3-pip screen libpam0g-dev unzip
python3-pip screen libpam0g-dev unzip
Note that installing MariaDB will uninstall existing MySQL packages and vice
Note that installing MariaDB will uninstall existing MySQL packages and vice
...
@@ -58,8 +58,11 @@ libpam0g-dev`. Then try again.
...
@@ -58,8 +58,11 @@ libpam0g-dev`. Then try again.
After a fresh clone of the repository, this is what you need to setup the
After a fresh clone of the repository, this is what you need to setup the
server:
server:
1.
Compile the server with
`make compile`
1.
Compile the server with
`make compile`
. This may take a while and there
1.
It is recommended to run the unit tests with
`make test`
.
needs to be an internet connection as packages are downloaded to be
integrated in the java file.
1.
It is recommended to run the unit tests with
`make test`
. It may take a
while.
2.
Create an SSL certificate somewhere with a
`Java Key Store`
file. For
2.
Create an SSL certificate somewhere with a
`Java Key Store`
file. For
self-signed certificates (not recommended for production use) you can do:
self-signed certificates (not recommended for production use) you can do:
-
`mkdir certificates; cd certificates`
-
`mkdir certificates; cd certificates`
...
...
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