X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsites%2Fcakelampvm.com%2Fdocs%2Fmanual%2Fcakelampvm_guide_v003.html;h=fb530a678e788b8496028c1e22931156238a2c6f;hb=75ae56998e41f316f2ad79a137184ee717a737ea;hp=fe42bc589f72f317af09502b4c53cda03b3f0c90;hpb=95d2531eed9e94d6cc985e3107073ed6f905b458;p=feisty_meow.git 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 fe42bc58..fb530a67 100644 --- a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html +++ b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v003.html @@ -10,8 +10,8 @@
By Chris Koeritz
feisty meow® concerns ltd.
-

Vintage: cakelampvm v003    - Updated: 2018-2-7 (rev. j)

+

VM Vintage: cakelampvm v003     +   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 (ssh developer@10.28.42.20
# or perform the equivalent connection with your ssh client.

And then provide the password to log in.

-

- -

-

- - ★ It is very important that the ssh connection is working properly before - proceeding to other configuration steps.  If ssh is not working, try - pinging the host:

+

+

★ It is very important that the ssh connection is working properly + before proceeding to other configuration steps.  If ssh is not + working, try pinging the host:

ping 10.28.42.20

If the ping is also failing, then please re-check the two network configuration sections above (for Host-Only networking and NAT @@ -183,33 +179,22 @@

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:

-
# update to the latest version of feisty meow.
rpuffer $FEISTY_MEOW_APEX; regenerate
# enact any configuration changes needed, such as permissions and account setup. -revamp_cakelampvm
+ 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: +
# 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