1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-05-15 09:26:23 +00:00

Create client machine and set up ssh between nodes

This commit is contained in:
2018-10-09 20:04:57 -04:00
parent b671c192fb
commit 6f65d1782d
6 changed files with 84 additions and 25 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
apt-get update -qq
apt-get install -y -qq \
python-dev \
python-pip \
python-setuptools
pip install --upgrade setuptools
pip install ez_setup
pip install pipenv