]> lifelog.hopto.org Git - LifeLog.git/commitdiff
upd.
authorwbudic <redacted>
Tue, 10 Aug 2021 23:21:55 +0000 (09:21 +1000)
committerwbudic <redacted>
Tue, 10 Aug 2021 23:21:55 +0000 (09:21 +1000)
Installation.txt
Installation_ProgresSQL.txt
dbLifeLog/main.cnf

index 4ba894e3700bb7b158a3aea2e177ff405637bdd1..f68621b06c5f359a445de1907b70cd68aa44cb21 100644 (file)
 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).
 ##
index 62a814377e5352ed037aaf7d57af5fb9ada36cfc..bdb3232658c711d8859b93350e06e91d60682a33 100644 (file)
@@ -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;
 
 
index 2b3418067324a342caf303167ff3f8b066247ac1..5ac3d8a47405c35333123ada03392042c168844d 100644 (file)
@@ -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.
-
-<<!DBI_SOURCE<DBI:SQLite:>>>
+# SQLite DB driver. 
+<<DBI_SOURCE<DBI:SQLite:>>>
 # ProgresSQL DB driver. 
-<<DBI_SOURCE<DBI:Pg:host=localhost;>>>
+<<!DBI_SOURCE<DBI:Pg:host=localhost;>>>
+
 # LOG actual variable size limit, - 1024 default, 128 minimum value. 
 <<DBI_LOG_VAR_SIZE<8024>>>