From 63de90415c1fe06c482d5e385b6922a76f394064 Mon Sep 17 00:00:00 2001
From: andy <andy@duboseweb.com>
Date: Thu, 19 Mar 2020 13:23:07 -0400
Subject: [PATCH] more tweaks to setup-expressionengine and now passing builds

---
 docs/examples/setup-expressionengine.rst | 12 +++++++-----
 docs/support/faq.rst                     |  2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/docs/examples/setup-expressionengine.rst b/docs/examples/setup-expressionengine.rst
index 38f18873..9ab63283 100644
--- a/docs/examples/setup-expressionengine.rst
+++ b/docs/examples/setup-expressionengine.rst
@@ -28,7 +28,7 @@ The following configuration will be used:
 +--------------+--------------------------+-------------+------------+-------------------------------------------------+
 | Project name | VirtualHost directory    | Database    | TLD_SUFFIX | Project URL                                     |
 +==============+==========================+=============+============+=================================================+
-| my-ee        | /shared/httpd/my-ee      | n.a.        | loc        | http://my-ee.loc |br| https://my-ee.loc         |
+| my-ee        | /shared/httpd/my-ee      | my_ee       | loc        | http://my-ee.loc |br| https://my-ee.loc         |
 +--------------+--------------------------+-------------+------------+-------------------------------------------------+
 
 .. note::
@@ -40,14 +40,16 @@ The following configuration will be used:
 Walk through
 ============
 
-It will be ready in six simple steps:
+It will be ready in eight simple steps:
 
 1. Enter the PHP container
 2. Create a new VirtualHost directory
 3. Download and extract ExpressionEngine
 4. Symlink webroot directory
-5. Setup DNS record
-6. Visit http://my-ee.loc in your browser
+5. Add MySQL Database
+6. Setup DNS record
+7. Install ExpressionEngine
+8. View your site
 
 
 1. Enter the PHP container
@@ -95,7 +97,7 @@ Navigate into your newly created vhost directory and install ExpressionEngine.
    devilbox@php-7.0.20 in /shared/httpd/my-ee $ unzip ee.zip -d ee
 
 How does the directory structure look after installation:
-mkdir
+
 .. code-block:: bash
 
    devilbox@php-7.0.20 in /shared/httpd/my-ee $ tree -L 1
diff --git a/docs/support/faq.rst b/docs/support/faq.rst
index 2427fa47..a6f0747e 100644
--- a/docs/support/faq.rst
+++ b/docs/support/faq.rst
@@ -181,7 +181,7 @@ Yes, see :ref:`example_setup_drupal`
 
 
 Does it work with ExpressionEngine?
--------------------------
+-----------------------------------
 
 Yes, see :ref:`example_setup_expressionengine`