From cc53212a68adcb74504db3e480e3f4383e9c66a7 Mon Sep 17 00:00:00 2001 From: mccabe615 Date: Mon, 13 Nov 2017 15:13:37 -0500 Subject: [PATCH] updating readme --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index b990958..1cb9266 100755 --- a/README.md +++ b/README.md @@ -54,25 +54,6 @@ $ rails server Open your favorite browser, navigate to `http://localhost:3000` and start hacking! -## Vagrant Install - -To run Railsgoat with Vagrant you must first have [Vagrant](https://www.vagrantup.com/) and [Virtualbox](https://www.virtualbox.org/) installed. Once those dependencies are installed cd into the Railsgoat directory where you've cloned the code and run. - -``` -#~/code/railsgoat -$ vagrant up -... - railsgoat: Port: 3000:3000 - railsgoat: - railsgoat: Container created: 3084633a81675346 -==> railsgoat: Starting container... -==> railsgoat: Provisioners will not be run since container doesn't support SSH. -$ -``` -Once you see the preceeding message Railsgoat is running on your localhost on port 3000. - -Open your favorite browser, navigate to `http://localhost:3000` and start hacking! - ## Docker Install To run Railsgoat with Docker you must first have [Docker](https://docs.docker.com/engine/installation/) and [Docker Compose](https://docs.docker.com/compose/install/) installed. Once those dependencies are installed, cd into the Railsgoat directory where you've cloned the code and run. Rails requires Compose **1.6.0** or above and require a Docker Engine of version **1.10.0** or above.