Skip to content
Snippets Groups Projects
Commit 4cac7040 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Minor remaining renamings

parent eece7174
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
# General # General
build/ build/
include/libcaosdbConfig.h include/liblinkaheadConfig.h
.* .*
# CMake # CMake
......
...@@ -25,7 +25,7 @@ guidelines of the LinkAhead Project ...@@ -25,7 +25,7 @@ guidelines of the LinkAhead Project
1. In [CMakeLists.txt](./CMakeLists.txt): Check the version variables and 1. In [CMakeLists.txt](./CMakeLists.txt): Check the version variables and
make sure that the compatible caosdb-server version is set correctly. make sure that the compatible caosdb-server version is set correctly.
2. In `conanfile.py`: Update the `version` variable. 2. In `conanfile.py`: Update the `version` variable.
3. In `caosdb-cppinttest/conanfile.py`: Update the version 3. In `linkahead-cppinttest/conanfile.py`: Update the version
5. Merge the release branch into the main branch. 5. Merge the release branch into the main branch.
......
...@@ -183,14 +183,14 @@ Client Configuration ...@@ -183,14 +183,14 @@ Client Configuration
You can use a json file for the configuration of the client. See 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_caosdb_client.json`` for an example. You may use
``caosdb-client-configuration-schema.json`` to validate your schema. ``linkahead-client-configuration-schema.json`` to validate your schema.
Typically, you will need to provide the path to your SSL certificate. Typically, you will need to provide the path to your SSL certificate.
The client will load the configuration file from the first existing file The client will load the configuration file from the first existing file
in the following locations (precedence from highest to lowest): in the following locations (precedence from highest to lowest):
1. A file specified by the environment variable 1. A file specified by the environment variable
``$CAOSDB_CLIENT_CONFIGURATION``. ``$LINKAHEAD_CLIENT_CONFIGURATION``.
2. ``$PWD/caosdb_client.json`` 2. ``$PWD/caosdb_client.json``
3. ``$PWD/caosdb-client.json`` 3. ``$PWD/caosdb-client.json``
4. ``$PWD/.caosdb_client.json`` 4. ``$PWD/.caosdb_client.json``
......
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