From dfab8c560b88ad5ed4adc835ce9415e6ce2eb2b4 Mon Sep 17 00:00:00 2001 From: wbudic <42565654+wbudic@users.noreply.github.com> Date: Tue, 15 Jan 2019 14:53:07 +1100 Subject: [PATCH] Update Installation.txt --- Installation.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Installation.txt b/Installation.txt index addb702..51a841f 100644 --- a/Installation.txt +++ b/Installation.txt @@ -39,10 +39,6 @@ sudo cpanm DateTime; sudo cpanm DateTime::Format::SQLite; sudo cpanm Text::CSV; sudo cpanm CGI::Session; - - -#Developers Install - sudo cpanm TryCatch; sudo cpanm Number/Bytes/Human.pm @@ -55,8 +51,9 @@ cd /home/{user}/thttpd_dev/dbLifeLog sqlite3 -header -csv data_log.db "select * from LOG;" > current_log.csv #Install Lifelog -cd /home/{user}/thttpd_dev +cd /home/{user}/ git clone https://github.com/wbudic/LifeLog - +Copy from /home/{user}/LifeLog/htdocs/cgi-bin to /home/{user}/thttpd_dev/htdocs/cgi-bin +if doing development. Copy also the /home/{user}/LifeLog/.git to /home/{user}/thttpd_dev/ -- 2.34.1