Skip to content

Commit 60b5745

Browse files
committed
Most of our issues with MO seem to be fixed in master
1 parent 406ab7a commit 60b5745

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

scripts/ubuntu/mongo-orchestration.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,7 @@ sudo apt-get install -y python python-dev python-pip
99
# Latest MongoDB Enterprise
1010
sudo apt-get install -y mongodb-enterprise
1111

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'
2313

2414
# Launch mongo-orchestration
2515
mongo-orchestration -b 192.168.112.10 start

0 commit comments

Comments
 (0)