]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Added Developer Notes section
authorMetabox <redacted>
Sat, 27 Apr 2019 18:38:53 +0000 (04:38 +1000)
committerMetabox <redacted>
Sat, 27 Apr 2019 18:38:53 +0000 (04:38 +1000)
Installation.txt

index 85919a7676b63082f1d27ba14cc6c625548af4c0..571c27fa8c04f1ca3aff3681bd413342df88ffbb 100644 (file)
@@ -1,3 +1,12 @@
+*** LifeLog Requirments ***
+
+ -Web Server (any will do that supports CGI perl execution)
+ -SQLite
+ -Perl Modules
+
+ -- 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/
@@ -128,4 +137,16 @@ Install as service with:
 sudo update-rc.d startDevWebServer.sh defaults
 
 
+#Developer Notes
+
+##Automate GIT Push
+
+vim your ./LifeLog/.git/conf file to include:
+ [remote "origin"]
+       url = https://{user}:{password}github.com/wbudic/LifeLog.git
+  ...
+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.
+