added revamp v003 alias
authorChris Koeritz <fred@gruntose.com>
Tue, 22 May 2018 01:51:22 +0000 (21:51 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 22 May 2018 01:51:22 +0000 (21:51 -0400)
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.

production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html
scripts/customize/developer/developer_common.alias

index 729468a640882f6647dfca3212b8192ffad00fb3..32ad61cce2f9fabe849201b5b699cdadbbfa71c1 100644 (file)
@@ -11,8 +11,7 @@
         Koeritz</span><span style="font-family: Comic Sans MS;"></span><span style="font-family: Comic Sans MS;"></span><br>
       <span style="font-family: Comic Sans MS;">feisty meow® concerns ltd</span>.</div>
     <h3 style="   text-align: center;">VM Vintage: cakelampvm v003 &nbsp; &nbsp;
-      &nbsp;
-      Docs Updated: 2018-05-21</h3>
+      &nbsp; Docs Updated: 2018-05-21</h3>
     <p>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.&nbsp; The virtual machine provides DNS services (<a target="_blank"
     <h2>Updating cakelampvm to the Latest Model<a id="#update-vm" name="#update-vm"></a></h2>
     <p>&#9733; This section requires that the VM is already configured and is
       accessible via ssh.</p>
-    <p>argh: fix this info... The cakelampvm v002 is released with the intention
-      that it not need to be released again.&nbsp; Version 001 was not built
-      with that explicit intention, which then required the release of Version
-      002.&nbsp; But we hope to not need a v003 release...</p>
-    <p>There is an update feature built into the VM that is quite easy to
-      use.&nbsp; The updates are driven by the feisty meow script repository in
-      conjunction with a local scripted command.&nbsp; To activate the "update
-      process" for your VM, run the following commands on the VM, logged in as
-      the <i>developer</i> user:</p>
+    There is an easy to use update feature built into the VM, with the latest
+    updates provided by the feisty meow script repository.&nbsp; To activate the
+    update process for your VM, run the following commands on the VM, logged in
+    as the <i>developer</i> user:
     <pre><span style="font-weight: bold;"># update to the latest version of feisty meow.<br>rpuffer $FEISTY_MEOW_APEX; recustomize<br># enact any configuration changes needed, such as permissions and account setup.
 revamp_cakelampvm</span></pre>
     <span style="font-weight: bold;"> </span>
index 990161920fc8c504f807f310347c0c78f4a84c67..c47f26b64de31099ecdb372a0a59307f6f96a4c3 100644 (file)
@@ -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"