<h2>Open Source Code Repository of Will Budic</h2>
-You can browse to where the code is implemented <a href="https://lifelog.hopto.org"><b>here</b></a>.
+<div style="text-align:right;"><h3>You can browse here to the <a href="https://lifelog.hopto.org"><b>Life Log Web App</b></a>.</h3></div>
<style>
code, pre{
font-family: 'Droid Sans Mono', 'monospace', monospace;
padding-left: 5px;
padding-right: 5px;
}
+ .project_list{
+ font-size: 1.3em;
+ /* width: 90%;*/
+ }
+
</style>
-<h3>Local, installation example, to fetch the LifeLog project, you can try the following:</h3>
<div class="perl">
- <h1><span>Shell Example Command</span></h1>
+ <h1><span>Shell Git Commands</span></h1>
+ <h3>Local, installation example, to fetch the LifeLog project, you can try the following:</h3>
<pre class="pre">$ git clone git://lifelog.hopto.org/LifeLog</pre>
+<div>
+<p>
+From there on installation scripts are provided to resolve and find all the Perl Modules needed.
+This can be a lenghty process, as it will test downloaded modules.
+</p>
+<p>
+Good news is, once modules are downloaded, build and tested, they will be installed on your machine,
+ so reruning these instalation scripts will not start from scratch.
+</p>
+<p>
+Run first the: <b>sudo install_as_system_modules.sh</b>
+As these modules might not install locally to user, as needs acces to system based libraries to build or link to.
+</p><p>
+Then run later: <b>./install_cpan_modules_required.pl</b> </p><p>
+This also might be best to be sudo run, depending on your system,
+</p><p>
+i.e. if you are using a system based web server or different required environment, or use utilities like brew
+to have varios versions of Perl capable to run on your machine for testing.
+</p>
+</div>
+ <h3>PerlCNF Modules and Documentation, latest also TestManagment and Installation System.</h3>
+ <pre class="pre">$ git clone git://lifelog.hopto.org/PerlCNF</pre>
+ <h3>My Shell Scripts and one file programs, this contains also the sshf Backup System:</h3>
+ <pre class="pre">$ git clone git://lifelog.hopto.org/wb-shell-script</pre>
+<div>Or you can browse into the project bellow, on this page and fetch a snapshot instead.</div>
+</div>
+<div>
+<p>
+To obtain developer access to update or have any of your own projects, please contact me for shell acess.
+As this requires me to add you as an user to the server and the git group.
+</p><p>
+Otherwise, the above is only general public read only git source access.
+</p>
</div>
<div>
-These projects are <a href="https://choosealicense.com/licenses/isc/">ISC Open Source License</a>
+These projects are released under the <a href="https://choosealicense.com/licenses/isc/">ISC Open Source License</a>.
</div>