Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Update README with Vagrant installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
spenceral committed Aug 10, 2017
1 parent 0453055 commit 81ffffd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ your computer, launch Consul and our preparer and then launch an application.
If you see a success message, you can `vagrant up` the halted box to check out
the setup without needing to do any work yourself.

Ensure that [Vagrant](https://www.vagrantup.com/downloads.html) and
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) are installed if
`rake integration` does not work.

## Dependencies

P2 is based on existing deployment tools at Square. The following list reflects
Expand All @@ -95,7 +99,7 @@ We provide one possible implementation at `p2-finish-env-extractor`.

## Desirable Features

Adding Docker support is a big next step, but will ultimately help us migrate to using Docker (or equally excellent RunC implementation) at Square.
Adding Docker support is a big next step, but will ultimately help us migrate to using Docker (or equally excellent RunC implementation) at Square.

P2 also lacks a native job admission / scheduling system, so all pod scheduling is currently done manually by client using either a label selector or simply a hostname. Solutions to this are to be determined.

Expand Down

0 comments on commit 81ffffd

Please sign in to comment.