From 18d13b03dd63d52c8f1c4d8629f7056cb2b5dc1e Mon Sep 17 00:00:00 2001 From: Metabox Date: Sun, 28 Apr 2019 04:38:53 +1000 Subject: [PATCH] Added Developer Notes section --- Installation.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Installation.txt b/Installation.txt index 85919a7..571c27f 100644 --- a/Installation.txt +++ b/Installation.txt @@ -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. + -- 2.34.1