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
1d04bfbd
Verified
Commit
1d04bfbd
authored
4 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update README_SETUP on server-side scripting
parent
a28ce4c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+14
-7
14 additions, 7 deletions
README_SETUP.md
with
14 additions
and
7 deletions
README_SETUP.md
+
14
−
7
View file @
1d04bfbd
...
...
@@ -68,7 +68,7 @@ server:
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.
while.
2.
Create an SSL certificate somewhere with a
`Java Key Store`
file. For
self-signed certificates (not recommended for production use) you can do:
-
`mkdir certificates; cd certificates`
...
...
@@ -95,12 +95,19 @@ server:
Make sure that the conf file is not readable by other users because the
certificate passwords are stored in plaintext.
*
Set the file system paths:
-
`FILE_SYSTEM_ROOT`
: The root for all the files managed by CaosDB.
-
`DROP_OFF_BOX`
: Files can be put here for insertion into CaosDB.
-
`TMP_FILES`
: Temporary files go here, for example during script execution
or when uploading or moving files.
-
`SHARED_FOLDER`
: Folder for sharing files via cryptographic tokens, also
those created by scripts.
-
`FILE_SYSTEM_ROOT`
: The root for all the files managed by CaosDB.
-
`DROP_OFF_BOX`
: Files can be put here for insertion into CaosDB.
-
`TMP_FILES`
: Temporary files go here, for example during script
execution or when uploading or moving files.
-
`SHARED_FOLDER`
: Folder for sharing files via cryptographic tokens,
also those created by scripts.
-
`SERVER_SIDE_SCRIPTING_BIN_DIRS`
: A comma or white space separated list
of directories (relative of absolute) where the server will be looking
for executables which are then callable as server-side scripts. By
default this list only contains
`./scripting/bin`
. If you want to
include e.g. scripts which are maintained as part of the caosdb-webui
repository (because they are intended for usage by the webui), you
should add
`./caosdb-webui/sss_bin/`
as well.
*
Maybe set another
`SESSION_TIMEOUT_MS`
.
*
See also
[
README_CONFIGURATION.md
](
README_CONFIGURATION.md
)
4.
Copy
`conf/core/usersources.ini.template`
to
`conf/ext/usersources.ini`
.
...
...
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