From 45735069798765b706b1c0a8bcb423252bb089cf Mon Sep 17 00:00:00 2001 From: wbudic Date: Wed, 11 Aug 2021 09:21:55 +1000 Subject: [PATCH] upd. --- Installation.txt | 9 +++++---- Installation_ProgresSQL.txt | 2 +- dbLifeLog/main.cnf | 7 ++++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Installation.txt b/Installation.txt index 4ba894e..f68621b 100644 --- a/Installation.txt +++ b/Installation.txt @@ -22,14 +22,15 @@ sudo apt install cpanminus -#Install SQLite -https://www.sqlite.org/download.html - +# Install SQLite +sudo cpan DBD::SQLite; +# or download latest from: https://www.sqlite.org/download.html +# Optional but recommended install a ProgresSQL database server and driver see: Installation_ProgresSQL.txt ## Development Environment Perl Install # Developer? Install VSCode, not from flatpack. Use Microsoft site -> https://code.visualstudio.com/ -Requirments: G++ and gcc compilers, and Gcc-4.8 GNU Compiler +Requirements: G++ and gcc compilers, and Gcc-4.8 GNU Compiler # Install Perl, properly, don't use the distro provided perl interpreter (might be outdated or has missing modules). ## diff --git a/Installation_ProgresSQL.txt b/Installation_ProgresSQL.txt index 62a8143..bdb3232 100644 --- a/Installation_ProgresSQL.txt +++ b/Installation_ProgresSQL.txt @@ -47,7 +47,7 @@ sudo service postgresql restart ## Install required libpq-dev to compile test perl driver, later. sudo apt install libpq-dev -##Install perl driver. +## Install perl driver. sudo cpan DBD::Pg; diff --git a/dbLifeLog/main.cnf b/dbLifeLog/main.cnf index 2b34180..5ac3d8a 100644 --- a/dbLifeLog/main.cnf +++ b/dbLifeLog/main.cnf @@ -12,10 +12,11 @@ This is an Open Source License project -> https://choosealicense.com/licenses/is # Default database driver prefix, is SQLite. Note Remove -> '!' prefix to tag name, to enable, set, and override any previously set from now on, top to end of file approach. - -<>> +# SQLite DB driver. +<>> # ProgresSQL DB driver. -<>> +<>> + # LOG actual variable size limit, - 1024 default, 128 minimum value. <>> -- 2.34.1