]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Update Installation.txt
authorwbudic <redacted>
Tue, 15 Jan 2019 03:53:07 +0000 (14:53 +1100)
committerGitHub <redacted>
Tue, 15 Jan 2019 03:53:07 +0000 (14:53 +1100)
Installation.txt

index addb70205cef2c7b2382d45f9199ecc1b236e81b..51a841ffb392d6299de9e5c76500510d729f0d1c 100644 (file)
@@ -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/