Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
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-pylib
Commits
f2988c64
Verified
Commit
f2988c64
authored
1 year ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Rename caosdb -> linkahead (docs)
parent
53ffa88a
No related branches found
No related tags found
1 merge request
!111
MAINT: LinkAhead rename
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doc/tutorials/serverside.rst
+3
-3
3 additions, 3 deletions
src/doc/tutorials/serverside.rst
with
3 additions
and
3 deletions
src/doc/tutorials/serverside.rst
+
3
−
3
View file @
f2988c64
...
...
@@ -3,7 +3,7 @@ Server Side Scripting
=====================
The administrator may store regularly needed scripts, e.g. for computing a
standardized analysis, on the same machine as the
CaosDB
server, "on the server
standardized analysis, on the same machine as the
LinkAhead
server, "on the server
side", where they can be run directly by the server.
The execution of those scripts can be initiated using the Python client, or the
...
...
@@ -29,7 +29,7 @@ script (``stderr`` and ``stdout``) is returned within an response object.
If the script requires additional arguments, those can be provided after the
script's name.
Note that by default the script runs with your
CaosDB
account. It has your
Note that by default the script runs with your
LinkAhead
account. It has your
permissions and changes are logged as if they were done by you directly.
...
...
@@ -37,7 +37,7 @@ Testing it
~~~~~~~~~~
You can try this out using for example the ``diagnostics.py`` script (it is part
of the `
CaosDB
server repository
of the `
LinkAhead
server repository
<https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/blob/main/scripting/bin/administration/diagnostics.py>`_
and is also available on https://demo.indiscale.com). The script returns
information about the server in JSON format. You can do for example the
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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