You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ Deis is an open source PaaS that makes it easy to deploy, scale and manage Docke
9
9
10
10
# Installation
11
11
12
-
Deis is a set of Docker containers that can be deployed anywhere including public cloud, private cloud, bare metal or your workstation. You will need Docker and Vagrant to get started.
12
+
Deis is a set of Docker containers that can be deployed anywhere including public cloud, private cloud, bare metal or your workstation. You will need [Docker](https://www.docker.io/) and [Vagrant](http://www.vagrantup.com/) to get started.
13
13
14
14
## Boot CoreOS
15
15
16
-
Start a CoreOS virtual machine on VirtualBox.
16
+
First, start a CoreOS virtual machine on VirtualBox. From a command prompt, `cd` to the root of the Deis project code and type:
17
17
18
18
```
19
19
vagrant up
20
20
```
21
21
22
-
Export some environment variables so you can connect to the VM using the `docker` and `fleetctl` clients on your workstation.
22
+
Export some environment variables so you can connect to the VM using the `docker` and [`fleetctl`](https://github.com/coreos/fleet#building) clients on your workstation.
23
23
24
24
```
25
25
export DOCKER_HOST=tcp://172.17.8.100:4243
@@ -44,13 +44,14 @@ make run
44
44
```
45
45
46
46
## Install the Deis Client
47
-
Use `pip` to install the latest Deis Client, download pre-compiled binares, or symlink `client/deis.py` to use the latest version.
47
+
Either use `pip install deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/), download [pre-compiled binaries](https://github.com/opdemand/deis/tree/master/client#get-started), or symlink `client/deis.py` to use your local development version.
0 commit comments