Update install instructions on homepage

Closes #161
This commit is contained in:
Aanand Prasad 2014-03-25 12:26:33 +00:00
parent a96ab41739
commit a3374ac51d
1 changed files with 1 additions and 13 deletions

View File

@ -47,19 +47,7 @@ Quick start
Let's get a basic Python web app running on Fig. It assumes a little knowledge of Python, but the concepts should be clear if you're not familiar with it.
First, install Docker. If you're on OS X, you can use [docker-osx](https://github.com/noplay/docker-osx):
$ curl https://raw.github.com/noplay/docker-osx/0.7.6/docker-osx > /usr/local/bin/docker-osx
$ chmod +x /usr/local/bin/docker-osx
$ docker-osx shell
Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubuntulinux/) and [other platforms](http://docs.docker.io/en/latest/installation/) in their documentation.
Next, install Fig:
$ sudo pip install -U fig
(This command also upgrades Fig when we release a new version. If you dont have pip installed, try `brew install python` or `apt-get install python-pip`.)
First, [install Docker and Fig](install.html).
You'll want to make a directory for the project: