Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-cpplib
Commits
c188d234
Commit
c188d234
authored
7 months ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
Minor renamings in docs
parent
219a63bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!61
Release 0.3.0
,
!55
Rename caosdb-cpplib to linkahead-cpplib
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Install_develop.rst
+19
-11
19 additions, 11 deletions
doc/Install_develop.rst
doc/cppapi/index.rst.in
+1
-1
1 addition, 1 deletion
doc/cppapi/index.rst.in
with
20 additions
and
12 deletions
doc/Install_develop.rst
+
19
−
11
View file @
c188d234
...
...
@@ -182,23 +182,31 @@ Client Configuration
--------------------
You can use a json file for the configuration of the client. See
``test/test_data/test_
caosdb
_client.json`` for an example. You may use
``test/test_data/test_
linkahead
_client.json`` for an example. You may use
``linkahead-client-configuration-schema.json`` to validate your schema.
Typically, you will need to provide the path to your SSL certificate.
The client will load the configuration file from the first existing file
in the following locations (precedence from highest to lowest):
1. A file specified by the environment variable
``$LINKAHEAD_CLIENT_CONFIGURATION``.
2. ``$PWD/caosdb_client.json``
3. ``$PWD/caosdb-client.json``
4. ``$PWD/.caosdb_client.json``
5. ``$PWD/.caosdb-client.json``
6. ``$HOME/caosdb_client.json``
7. ``$HOME/caosdb-client.json``
8. ``$HOME/.caosdb_client.json``
9. ``$HOME/.caosdb-client.json``
1. A file specified by the environment variable ``$LINKAHEAD_CLIENT_CONFIGURATION``.
2. ``$PWD/linkahead_client.json``
3. ``$PWD/linkahead-client.json``
4. ``$PWD/.linkahead_client.json``
5. ``$PWD/.linkahead-client.json``
6. ``$HOME/linkahead_client.json``
7. ``$HOME/linkahead-client.json``
8. ``$HOME/.linkahead_client.json``
9. ``$HOME/.linkahead-client.json``
10. A file specified by the environment variable ``$CAOSDB_CLIENT_CONFIGURATION``.
11. ``$PWD/caosdb_client.json``
12. ``$PWD/caosdb-client.json``
13. ``$PWD/.caosdb_client.json``
14. ``$PWD/.caosdb-client.json``
15. ``$HOME/caosdb_client.json``
16. ``$HOME/caosdb-client.json``
17. ``$HOME/.caosdb_client.json``
18. ``$HOME/.caosdb-client.json``
Develop
-------
...
...
This diff is collapsed.
Click to expand it.
doc/cppapi/index.rst.in
+
1
−
1
View file @
c188d234
...
...
@@ -25,7 +25,7 @@
C++ API
=========
This is the C++ library for connecting to
CaosDB
. If you are interested in code examples, please
This is the C++ library for connecting to
LinkAhead
. If you are interested in code examples, please
refer to the corresponding :doc:`documentation section<examples.rst>`.
...
...
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