Skip to content
Snippets Groups Projects
Commit 4823547c authored by Daniel's avatar Daniel
Browse files

MAINT: Refactoring for new upstream repository

parent 8a9160b9
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ setup this code. ...@@ -13,7 +13,7 @@ setup this code.
# Further Reading # Further Reading
Please refer to the [official gitlab repository of the CaosDB Please refer to the [official gitlab repository of the CaosDB
project](https://gitlab.gwdg.de/bmp-caosdb/caosdb) for more information. project](https://gitlab.com/caosdb/caosdb) for more information.
# License # License
......
...@@ -69,10 +69,10 @@ server: ...@@ -69,10 +69,10 @@ server:
- You can check the content of the certificate with `openssl x509 -in cert.pem -text` - You can check the content of the certificate with `openssl x509 -in cert.pem -text`
3. Copy `conf/core/server.conf` to `conf/ext/server.conf` and change it 3. Copy `conf/core/server.conf` to `conf/ext/server.conf` and change it
appropriately: appropriately:
* Setup for MySQL back-end: Assuming that the mysql back-end is installed * Setup for SQL back end: Assuming that the SQL back end is installed
(see the `README_SETUP.md` of the `caosdb-mysqlbackend` repository), (see the `README_SETUP.md` of the `caosdb-sqlbackend` repository),
specify the fields `MYSQL_USER_NAME`, `MYSQL_USER_PASSWORD`, specify the fields `SQL_USER_NAME`, `SQL_USER_PASSWORD`,
`MYSQL_DATABASE_NAME`, and `MYSQL_HOST`. `SQL_DATABASE_NAME`, and `SQL_HOST`.
* Choose the ports under which CaosDB will be accessible. * Choose the ports under which CaosDB will be accessible.
* Setup the SSL certificate: Assuming that there is an appropriate `Java Key * Setup the SSL certificate: Assuming that there is an appropriate `Java Key
Store` file (see above), change the fields `CERTIFICATES_KEY_PASSWORD`, Store` file (see above), change the fields `CERTIFICATES_KEY_PASSWORD`,
......
caosdb-webui @ 256a3ef2
Subproject commit 2c65efb8e3960de1b866546c581746a2d51fc6dc Subproject commit 256a3ef2bec6406cbe038a37da6109d9d6ac0d5f
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