Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(readme): add hack instructions to readme, remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Sep 21, 2014
1 parent 27860be commit 466b689
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion includes.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 466b689

Please sign in to comment.