From 4823547c21c7acfa2b48d496d8b54cc890a3d960 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Mon, 5 Aug 2019 17:05:37 +0200 Subject: [PATCH] MAINT: Refactoring for new upstream repository --- README.md | 2 +- README_SETUP.md | 8 ++++---- caosdb-webui | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dab09859..8b68da0a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ setup this code. # Further Reading 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 diff --git a/README_SETUP.md b/README_SETUP.md index a48faf2b..4eef031f 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -69,10 +69,10 @@ server: - 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 appropriately: - * Setup for MySQL back-end: Assuming that the mysql back-end is installed - (see the `README_SETUP.md` of the `caosdb-mysqlbackend` repository), - specify the fields `MYSQL_USER_NAME`, `MYSQL_USER_PASSWORD`, - `MYSQL_DATABASE_NAME`, and `MYSQL_HOST`. + * Setup for SQL back end: Assuming that the SQL back end is installed + (see the `README_SETUP.md` of the `caosdb-sqlbackend` repository), + specify the fields `SQL_USER_NAME`, `SQL_USER_PASSWORD`, + `SQL_DATABASE_NAME`, and `SQL_HOST`. * Choose the ports under which CaosDB will be accessible. * Setup the SSL certificate: Assuming that there is an appropriate `Java Key Store` file (see above), change the fields `CERTIFICATES_KEY_PASSWORD`, diff --git a/caosdb-webui b/caosdb-webui index 2c65efb8..256a3ef2 160000 --- a/caosdb-webui +++ b/caosdb-webui @@ -1 +1 @@ -Subproject commit 2c65efb8e3960de1b866546c581746a2d51fc6dc +Subproject commit 256a3ef2bec6406cbe038a37da6109d9d6ac0d5f -- GitLab