Skip to content
Snippets Groups Projects
Verified Commit f2988c64 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Rename caosdb -> linkahead (docs)

parent 53ffa88a
No related branches found
No related tags found
1 merge request!111MAINT: LinkAhead rename
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment