File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,7 @@ sudo apt-get install -y python python-dev python-pip
9
9
# Latest MongoDB Enterprise
10
10
sudo apt-get install -y mongodb-enterprise
11
11
12
- # FIXME Replace the DELETE ME with this line when PR#153 has been released
13
- # pip install mongo-orchestration
14
- # ###### DELETE ME
15
- # Checkout orchestration from VCS and the latest pip doesn't support -b
16
- git clone https://github.com/10gen/mongo-orchestration.git
17
- pushd mongo-orchestration
18
- wget https://github.com/10gen/mongo-orchestration/pull/161.patch
19
- git am 161.patch
20
- sudo python setup.py install
21
- popd
22
- # ###### DELETE ME
12
+ sudo pip install --upgrade ' git+https://github.com/10gen/mongo-orchestration.git#egg=mongo_orchestration'
23
13
24
14
# Launch mongo-orchestration
25
15
mongo-orchestration -b 192.168.112.10 start
You can’t perform that action at this time.
0 commit comments