From: Chris Koeritz Date: Tue, 22 May 2018 01:51:22 +0000 (-0400) Subject: added revamp v003 alias X-Git-Tag: 2.140.112^2~10 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=08fc98d610ef5334cea005bb1060c843df7ea27c added revamp v003 alias added a sudoized alias for the v003 revamp cakelampvm script, to be able to have the v003 docs make sense. and some progress on cakelampvm docs. --- diff --git a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html index 729468a6..32ad61cc 100644 --- a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html +++ b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html @@ -11,8 +11,7 @@ Koeritz
feisty meow® concerns ltd.

VM Vintage: cakelampvm v003     -   - Docs Updated: 2018-05-21

+   Docs Updated: 2018-05-21

The cakelampvm project provides a Virtualbox VM that acts as an "internet in a bottle", serving up your web sites securely and only to your local host.  The virtual machine provides DNS services (Updating cakelampvm to the Latest Model

★ This section requires that the VM is already configured and is accessible via ssh.

-

argh: fix this info... The cakelampvm v002 is released with the intention - that it not need to be released again.  Version 001 was not built - with that explicit intention, which then required the release of Version - 002.  But we hope to not need a v003 release...

-

There is an update feature built into the VM that is quite easy to - use.  The updates are driven by the feisty meow script repository in - conjunction with a local scripted command.  To activate the "update - process" for your VM, run the following commands on the VM, logged in as - the developer user:

+ There is an easy to use update feature built into the VM, with the latest + updates provided by the feisty meow script repository.  To activate the + update process for your VM, run the following commands on the VM, logged in + as the developer user:
# update to the latest version of feisty meow.
rpuffer $FEISTY_MEOW_APEX; recustomize
# enact any configuration changes needed, such as permissions and account setup. revamp_cakelampvm
diff --git a/scripts/customize/developer/developer_common.alias b/scripts/customize/developer/developer_common.alias index 99016192..c47f26b6 100644 --- a/scripts/customize/developer/developer_common.alias +++ b/scripts/customize/developer/developer_common.alias @@ -12,4 +12,5 @@ for i in \$FEISTY_MEOW_SCRIPTS/site_avenger/revamp_cakelampvm*; do echo -e \\\\tsudo bash \"\\\$FEISTY_MEOW_SCRIPTS/site_avenger/\$(basename \$i)\"\\\\n ; done" +define_yeti_alias revamp_cakelampvm_v003="sudo bash \$FEISTY_MEOW_SCRIPTS/site_avenger/revamp_cakelampvm_v003.sh"