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

index 674dff4756f610171e05a3df688de7697b756495..addb70205cef2c7b2382d45f9199ecc1b236e81b 100644 (file)
@@ -45,3 +45,18 @@ sudo cpanm CGI::Session;
 
 sudo cpanm  TryCatch;
 sudo cpanm Number/Bytes/Human.pm
+
+#Upgrade Instructions
+
+To upgrade to newer version of this software requires data migration.
+Before installing newer version scripts, perform an data export.
+
+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
+git clone https://github.com/wbudic/LifeLog
+
+
+