]> lifelog.hopto.org Git - LifeLog.git/commitdiff
upd
authorMetabox <redacted>
Sat, 27 Apr 2019 22:31:34 +0000 (08:31 +1000)
committerMetabox <redacted>
Sat, 27 Apr 2019 22:31:34 +0000 (08:31 +1000)
Installation.txt
htdocs/cgi-bin/main.cnf
htdocs/cgi-bin/wsrc/main.css

index 571c27fa8c04f1ca3aff3681bd413342df88ffbb..f86ab65f519b2565caa6e09d4f8687e5cf79d183 100644 (file)
@@ -1,12 +1,15 @@
-*** LifeLog Requirments ***
+*** LifeLog Requirements ***
 
  -Web Server (any will do that supports CGI perl execution)
  -SQLite
  -Perl Modules
+ -git (git clone https://github.com/wbudic/LifeLog)
 
  -- Note - Perl and some modules might take time to install
            as their fetched and tested for your computer.
 
+           
+
 #Install tiny thttpd web server.
 
 https://acme.com/software/thttpd/
@@ -94,7 +97,7 @@ if doing development. Copy also the /home/{user}/LifeLog/.git to /home/{user}/th
 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 Dependetly (not automatic, manual developer way)
+##Install LifeLog Dependably (not automatic, manual developer way)
 cd /home/{user}/ 
 git clone https://github.com/wbudic/LifeLog
 run thttpd with:
@@ -149,4 +152,18 @@ Where {user} and {password} are your git login credentials.
 Don't worry, these credentials are not uploaded. And someone must have
 access to your computers login to specifically hack to obtain them.
 
+##Troubleshoot Data Problems
+
+To reset factory defaults, for categories and configuration.
+You might need to delete data in some tables.
+Issue either the bellow statements externally.
+
+sqlite3 data_{alias}_log.db "delete from CAT;"
+sqlite3 data_{alias}_log.db "delete from CONFIG;"
+
+Subsequent versions of LifeLog software might require this operation.
+You can export and modify your added categories via an CSV file.
+Making sure the ID first column across all entries has a unique number.
+
+
 
index 86ca7232bdfa3eacede6a576401e0f2048ec01db..fc723b4bc1c984a5d839e827d57d7e2d218631e9 100644 (file)
@@ -6,5 +6,6 @@
 08|$LOG_PATH    = ../../dbLifeLog/
 10|$SESSN_EXPR  = +30m
 12|$DATE_UNI    = 0
-14|$LANGUAGE    = English
+14|$LANGUAGE   = English
+18|$IMG_W_H     = 210x120
 
index 6623be17fe6cb043fa33c4ea8c8a2ca3f39c1710..28f7155dd338d383ba71a8c62ac320f876116c95 100644 (file)
@@ -133,4 +133,10 @@ img {
 
 #cat_lst {
     visibility: hidden;
+}
+
+#frm_login {
+    # position: absolute;
+    vertical-align: middle;
+    margin: 0;
 }
\ No newline at end of file