From 466b68931328ec056cf06f9fd653269b3ccbeaad Mon Sep 17 00:00:00 2001 From: Gabriel Monroy Date: Wed, 10 Sep 2014 10:31:21 -0600 Subject: [PATCH] docs(readme): add hack instructions to readme, remove newline --- README.md | 12 ++++++++---- includes.mk | 1 - 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f372503b79..a1e28044a6 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,6 @@ Your Deis installation should now be accessible at `deis.local3.deisapp.com`. For clusters on other platforms see our guide to [Configuring DNS](http://docs.deis.io/en/latest/installing_deis/configure-dns/). -## Testing the cluster - -Integration tests and corresponding documentation can be found under the [`tests/`](tests/) folder. - ## Install the Deis Client If you're using the latest Deis release, use `pip install --upgrade deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/) or download [pre-compiled binaries](https://github.com/deis/deis/tree/master/client#get-started). @@ -178,6 +174,14 @@ $ deis logs Use `deis run` to execute one-off commands and explore the deployed container. Coming soon: `deis attach` to jump into a live container. +## Testing the cluster + +Integration tests and corresponding documentation can be found under the [`tests/`](tests/) folder. + +## Hacking on Deis + +Learn how to [hack on Deis](http://docs.deis.io/en/latest/contributing/hacking/) with a Docker-based development workflow. + ## Troubleshooting Common issues that users have run into when provisioning Deis are detailed below. diff --git a/includes.mk b/includes.mk index 9755378f63..b18a52e08a 100644 --- a/includes.mk +++ b/includes.mk @@ -11,7 +11,6 @@ define echo_yellow endef SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST))) - DOCKER_HOST = $(shell echo $$DOCKER_HOST) REGISTRY = $(shell echo $$DEIS_REGISTRY) GIT_SHA = $(shell git rev-parse --short HEAD)