]> lifelog.hopto.org Git - LifeLog.git/commitdiff
updated
authorWill Budicm <redacted>
Sat, 11 Jul 2020 19:23:18 +0000 (05:23 +1000)
committerWill Budicm <redacted>
Sat, 11 Jul 2020 19:23:18 +0000 (05:23 +1000)
Current Development Check List.md
Installation.txt

index a372a4ee87d939f57f1383d7550e3d76f01d5b83..483937ad18f3a32a1164f8b0b2f4ae1e248377b3 100644 (file)
@@ -8,6 +8,7 @@ This version is not compatible in data structure to prior versions. Data migrati
 
 ### v.2.0 Encountered
 
+* Hover over log entries, to make more visible what log entry is being ticked on wider screens.
 * Multiple search views and their settings, should be preserved as last preset. Maybe even have name multiple ones in a dropdown.
 * Multiple category assignment to be enabled, where the first selected is the primary, others put in separate cross reference table.
 * Sub users list with passwords in config to be provided, with access and category, permissions settings. Default enabled permission is Event view category.
index 7092829eae9dd448a33d9cac75f11c2ce133759e..8ac494020c6a0258a9e6d79f5be661239dd01ebc 100644 (file)
@@ -1,16 +1,15 @@
 *** LifeLog Requirements ***
 
- -Web Server (any will do that supports CGI perl execution)
- -SQLite
- -Perl Modules
- -git (git clone https://github.com/wbudic/LifeLog)
+ - Web Server (any will do that supports CGI perl execution)
+ - SQLite
+ - Perl Modules
+ - git (git clone https://github.com/wbudic/LifeLog)
 
  -- Note - Perl and some modules might take time to install
-           as their fetched and tested for your computer.
+           as they are fetched and tested for your computer.
 
 
-
-## Install tiny thttpd web server. ##
+## Install tiny thttpd web server ##
 
 
 https://acme.com/software/thttpd/
@@ -57,16 +56,15 @@ The full URL to the LifeLog is the following link (if not working try without cg
 #
 #
 
-
-## Run using Lightthpd Web Server
-Modify the the config file, lighttpd.conf. To suit the path where you pulled the git repository, of LifeLog.
-With:
-git clone https://github.com/wbudic/LifeLog.git
-
+### Obtain from  GIT reposity latest stable realease with:
+##
+    git clone https://github.com/wbudic/LifeLog.git
+##
+###
 
 
-#Install cpanm to make installing other modules easier (you'll thank us later).
-#You need to type these commands into a Terminal emulator (Mac OS X, Win32, Linux)
+# Optional install cpanm to make installing other modules easier.
+# You need to type these commands into a Terminal emulator (Mac OS X, Win32, Linux)
 
 sudo apt install cpanminus
 
@@ -75,20 +73,22 @@ sudo apt install cpanminus
 https://www.sqlite.org/download.html
 
 
-#Development Environment Perl Install
+#Development Environment Perl Install
 
-#Developer? Install VSCode, not from flatpack. Use Microsoft site -> https://code.visualstudio.com/
+# Developer? Install VSCode, not from flatpack. Use Microsoft site -> https://code.visualstudio.com/
 Requirments: G++ and gcc compilers, and Gcc-4.8 GNU Compiler
 
-# Install Perl, properly, don't use the distro provided perl interpreter.
+# Install Perl, properly, don't use the distro provided perl interpreter (might be outdated or has missing modules).
+##
 sudo apt install perlbrew
+##
 #https://learn.perl.org/installing/unix_linux.html
 curl -L http://xrl.us/installperlnix | bash
 # Perl compiled based on your hardware infrastructure now, is Very Good.
 #Developer? Switch to it, and cpan modules:
 
-#Perlbrew allowes you to switch to newer (securer) patched versions of perl.
-#Example bellow builds from a $HOME/dev/perl-5.30.1.tar.gz source code archive
+# Perlbrew allowes you to switch to newer (securer) patched versions of perl.
+# Example bellow builds from a $HOME/dev/perl-5.30.1.tar.gz source code archive
 #        a descent perl installation for development on your machine.
 
 perlbrew install ~/dev/perl-5.30.1.tar.gz --thread --multi --64int --64all --no-patchperl --debug
@@ -99,12 +99,13 @@ sudo apt install libperl-critic-perl
 sudo apt install libperl-dev
 sudo cpan Perl::LanguageServer
 
-NOTICE -> Above Perl installation and modules can take time as they build (compiled) and are tested
+NOTICE -> Above Perl installation and modules can take time as they build (get compiled) and are tested
           using your computers configuration and hardware for optimal performance.
-          The Perl::LanguageServer, can fail in tests, as it development specific, can be ignored.
+          The Perl::LanguageServer, can fail in tests, as it is development specific, this can be ignored.
 
-#Install OpenSSL (Optional)
+# Install OpenSSL (Optional)
 https://www.openssl.org/
+
 sudo apt install openssl