From: wbudic Date: Tue, 15 Jan 2019 03:53:07 +0000 (+1100) Subject: Update Installation.txt X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=dfab8c560b88ad5ed4adc835ce9415e6ce2eb2b4;p=LifeLog.git Update Installation.txt --- 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/