From d6ef7f332e25e9163aa9c428be6f9aba6068b06f Mon Sep 17 00:00:00 2001 From: Spencer Herzberg Date: Mon, 24 Mar 2014 20:43:56 -0500 Subject: [PATCH] readme changes for local dev setup --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbc3a52e..f9e31cede 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,11 @@ Local Drone setup for development is pretty straightforward. You will need to clone the repo, install Vagrant and run `vagrant up`. This command will download base Ubuntu image, setup the virtual machine and build Drone. -Afterwards, you will need to [install Docker in this VM manually](http://docs.docker.io/en/latest/installation/ubuntulinux/). +Afterwards, you may `vagrant ssh` into the vagrant instance, where docker is already installed and ready to go. + +Once in the vagrant instance, run `make run`, the visit http://localhost:8080/install in your browser. + +The Makefile has other targets so check that out for more build, test, run configurations. ### Docs