]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Update Installation.txt
authorwbudic <redacted>
Wed, 16 Jan 2019 05:28:26 +0000 (16:28 +1100)
committerGitHub <redacted>
Wed, 16 Jan 2019 05:28:26 +0000 (16:28 +1100)
Installation.txt

index 02bf94ac838628b990bf4a8038ff2b4c505733bd..781e38e1f19123ce755e2a43ed39d8a62715105f 100644 (file)
@@ -50,18 +50,23 @@ Before installing newer version scripts, perform an data export.
 cd /home/{user}/thttpd_dev/dbLifeLog
 sqlite3 -csv data_log.db "select * from LOG;" > current_log.csv
 
-##Install Lifelog
+##Install LifeLog Independantly
 cd /home/{user}/ 
 git clone https://github.com/wbudic/LifeLog
 mkdir /home/{user}/thttpd_dev/dbLifeLog
 
-
 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/
 
 Access the webserver cgi-bin. http://localhost:8080/cgi-bin/main.cgi
 (this might redirect to login.cgi or config.cgi in the future)
 
+##Install LifeLog Dependatly (not automatic, manual developer way)
+cd /home/{user}/ 
+git clone https://github.com/wbudic/LifeLog
+run thttpd with:
+cd LifeLog; ./startDevWebServer.sh
+
 ##Import CSV Exported File
 This requires all CGI working. As it will creat a brand new database for you.
 Once created you must import the from above example current_log.csv