From 009f7013773a77fa029b567e70013f824acfbaa4 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Nov 2017 00:53:57 -0500 Subject: [PATCH] updated for formatting --- .../docs/manual/cakelampvm_guide_v002.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html index 8473cc27..5992b973 100644 --- a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html +++ b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html @@ -10,7 +10,7 @@

By Chris Koeritz
feisty meow® concerns ltd

Vintage: cakelampvm v002    - Updated: 2017-11-20 (rev F)

+ Updated: 2017-11-20 (rev. g)

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 (   -

  • Change your git configuration for the user and email address.  This - is how we've configured it so far:
    +
  • Change your git configuration for the user and email address.  + This is how we've configured it so far:
    # git config --global user.email "developer@cakelampvm.com"
    # git config --global user.name "Developer J. Cakemo"
    If you're developing on a real project, you probably don't want the @@ -462,9 +462,10 @@ href="http://mapsdemo.cakelampvm.com">http://mapsdemo.cakelampvm.com

    A git branching model that seems to work well: http://nvie.com/posts/a-successful-git-branching-model/

    Get the network address on the guest vm

    -

    Run this command: ifconfig

    -

    In the results, look for "inet addr".  There may be more than one, - if there are multiple network interfaces.

    +

    Run this command:

    +
    # ifconfig
    +

    In the results, look for "inet addr".  + There may be more than one, if there are multiple network interfaces.

    The standard IP address is 10.28.42.20 for the cakelampvm.

    How to cleanly reboot or shut down the guest VM

    When you've got the DNS and everything integrated, these commands will @@ -541,13 +542,12 @@ href="http://mapsdemo.cakelampvm.com">http://mapsdemo.cakelampvm.com title="cakebundtu" href="https://askubuntu.com/questions/628938/how-to-install-cakephp-in-ubuntu-14-04">https://askubuntu.com/questions/628938/how-to-install-cakephp-in-ubuntu-14-04

  • Configured the two network adapters as needed (one for host-only network and one for nat network).  Here's some info about - Virtualbox networking with two adapters similar to our setup: - https://askubuntu.com/questions/293816/in-virtualbox-how-do-i-set-up-host-only-...
    + Virtualbox networking with two adapters similar to our setup: https://askubuntu.com/questions/293816/in-virtualbox-how-do-i-set-up-host-only-...
  • Installed and configured Samba service for the guest VM.  The main config file lives in "/etc/samba/smb.conf".  Some pointers - here: - https://help.ubuntu.com/community/How%20to%20Create...
  • + here: https://help.ubuntu.com/community/How%20to%20Create...

  • -- 2.34.1