From 75a20da8d56c17a31c32aa8b25579281a8544654 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 21 May 2018 21:55:51 -0400 Subject: [PATCH] cleaned up section about updating --- .../docs/manual/cakelampvm_guide_v003.html | 23 ++++++++----------- 1 file changed, 9 insertions(+), 14 deletions(-) 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 32ad61cc..fb530a67 100644 --- a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html +++ b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html @@ -183,23 +183,18 @@ 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
+
# updates to the latest version of feisty meow.
get_feisty; recustomize
# enacts any configuration changes needed, such as permissions and account setup. +revamp_cakelampvm_v003
-

These two commands can be run at any time to patch up your VM to the +

The commands above can be run at any time to patch up your VM to the latest configuration.

-

Recent versions of feisty meow support a new "get_feisty" - command, which will behave the same as the first line above.  Once - you have run the "puffer..." command above for the first time (on - cakelampvm v002), this new command becomes available.

+

Expert Notes: The "get_feisty" + command is useful in its own right for getting the latest version of the + feisty meow code; it downloads the latest bug fixes and gets the most + recent cakelampvm documentation.  The "revamp_cakelampvm" + command can repair most situations where the cakelampvm has gone astray, + especially for problems with permissions.

First Tasks as the Developer User

★ This section requires that the VM is already configured and is -- 2.34.1