Browse Source
Merge pull request #2777 from spinside/patch-2
Update README.md
pull/2804/head
Aivars Sterns
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
13 additions and
2 deletions
-
README.md
|
@ -36,8 +36,19 @@ To deploy the cluster you can use : |
|
|
|
|
|
|
|
|
### Vagrant |
|
|
### Vagrant |
|
|
|
|
|
|
|
|
# Simply running `vagrant up` (for tests purposes) |
|
|
|
|
|
vagrant up |
|
|
|
|
|
|
|
|
For Vagrant we need to install python dependencies for provisioning tasks.\ |
|
|
|
|
|
Check if Python and pip are installed: |
|
|
|
|
|
```sh |
|
|
|
|
|
python -v && pip -v |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
If this returns the version of the software, you're good to go. If not, download and install Python from here https://www.python.org/downloads/source/ |
|
|
|
|
|
Install the necessary requirements |
|
|
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
|
sudo pip install -r requirements.txt |
|
|
|
|
|
vagrant up |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
Documents |
|
|
Documents |
|
|
--------- |
|
|
--------- |
|
|