aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-userdemo/README.md
diff options
context:
space:
mode:
authorAristeidis Iliopoulos <ailiopou@cisco.com>2016-09-15 11:36:44 -0700
committerAristeidis Iliopoulos <ailiopou@cisco.com>2016-09-15 18:21:20 -0700
commit417c664ee2bc2a032969639d53b43b732d428e9e (patch)
tree3f17e15f6d0861bb0e35d79771e42e3b7a2d92ea /vpp-userdemo/README.md
parent764d4be74089c635598c6f139afc087d1ac55659 (diff)
Added GUI for tutorials that runs entirely inside the VM
-fixed issue with webserver not spinning up properly Change-Id: I3724f1640ba2b84b7d84fab29febbbd047120812 Signed-off-by: Aristeidis Iliopoulos <ailiopou@cisco.com>
Diffstat (limited to 'vpp-userdemo/README.md')
-rw-r--r--vpp-userdemo/README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/vpp-userdemo/README.md b/vpp-userdemo/README.md
index 2ece28d..9820600 100644
--- a/vpp-userdemo/README.md
+++ b/vpp-userdemo/README.md
@@ -13,14 +13,19 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-# INTRO:
+# INTRO
This is a Vagrant based user demo environment for beginners with VPP
-It walks a user through
-- each of the commands,
-- the expected output,
-- gives a file of the commands used to try themselves
+to access the GUI for the demo, simply open up your favorite browser and point it at
+` http://localhost:5000 `
+
+# RUNNING DEMOS VIA GUI
+
+- click on a tutorial from the list appearing on the side navigation bar.
+- Once the selected tutorial is loaded, click the "NEXT" button, or hit the SPACE bar to go through the steps.
+- Each step is executing the shown command against the VM, showing the response on the console that appears at the bottom of the GUI.
+
# REQUIREMENTS
- vagrant (1.8)