From: Chris Koeritz Date: Tue, 21 Nov 2017 05:59:26 +0000 (+0000) Subject: Merge branch 'dev' of feistymeow.org:feisty_meow into dev X-Git-Tag: 2.140.104^2~1^2 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=b1773c69c4945fc76a96551245c9c7c16c9a3a2a;hp=d1fd71327f5bff51e33f7fb0c1614e054d1f0e40;p=feisty_meow.git Merge branch 'dev' of feistymeow.org:feisty_meow into dev --- 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..2d540069 100644 --- a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html +++ b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html @@ -7,10 +7,11 @@

The cakelampvm VM:
Configuration and Usage

-

By Chris Koeritz
- feisty meow® concerns ltd

+
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 +463,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 +543,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...