diff --git a/ADMIN_GUIDE.md b/ADMIN_GUIDE.md index 7ac4e03..651be36 100644 --- a/ADMIN_GUIDE.md +++ b/ADMIN_GUIDE.md @@ -8,10 +8,9 @@ LDP Admin Guide 4\. Configuring the LDP software 5\. Loading data into the database 6\. Running the LDP in production -7\. Anonymization of personal data -8\. Loading data from files (for testing only) -9\. Disabling database TLS/SSL (for testing only) -10\. "Direct extraction" of large data +7\. Loading data from files (for testing only) +8\. Disabling database TLS/SSL (for testing only) +9\. "Direct extraction" of large data 1\. System requirements @@ -21,7 +20,6 @@ LDP Admin Guide * Operating systems supported: * Linux 4.18.0 or later - * FreeBSD 12.1 or later * macOS 10.15.2 or later (non-production use only) * Database systems supported: * [PostgreSQL](https://www.postgresql.org/) 11.5 or later @@ -108,11 +106,13 @@ $ sudo apt install cmake g++ libcurl4-openssl-dev libpq-dev \ postgresql-server-dev-all rapidjson-dev ``` + #### macOS @@ -336,6 +336,7 @@ configuration settings are recommended as a starting point: * Maintenance Track: `Trailing` + - -8\. Loading data from files (for testing only) +7\. Loading data from files (for testing only) ---------------------------------------------- As an alternative to loading data with the `--source` option, source @@ -390,7 +390,7 @@ development to combine extracted test data with additional static test data. -9\. Disabling database TLS/SSL (for testing only) +8\. Disabling database TLS/SSL (for testing only) ------------------------------------------------- For very preliminary testing with a database running on `localhost`, one @@ -404,7 +404,7 @@ $ ldp load --source folio --target ldpdemo --unsafe --nossl ``` -10\. "Direct extraction" of large data +9\. "Direct extraction" of large data -------------------------------------- At the time of writing (LDP 0.3), most FOLIO modules do not offer a diff --git a/USER_GUIDE.md b/USER_GUIDE.md index 1f9be08..32ff285 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -392,15 +392,15 @@ contains LDP-related channels. ### Bugs and feature requests +Please use the [issue tracker](https://github.com/folio-org/ldp/issues) +to report a bug or feature request. + + ### FOLIO reporting