Skip to content

Commit

Permalink
Merge branch 'mongodb' of gitlab.techempower.com:techempower/framewor…
Browse files Browse the repository at this point in the history
…kbenchmarks into mongodb
  • Loading branch information
pfalls-techempower committed Apr 3, 2013
2 parents 993a73a + e528c0d commit 0460f84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/10gen.list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
3 changes: 2 additions & 1 deletion config/client_sftp_batch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
put config/my.cnf
put config/mongodb.conf
put config/create.sql
put config/create.js
put config/create.js
put config/10gen.list
5 changes: 4 additions & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,10 @@ def __install_client_software(self):
##############################
# MongoDB
##############################
yes | sudo apt-get install mongodb
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
sudo cp config/10gen.list /etc/apt/sources.list.d/10gen.list
sudo apt-get update
yes | sudo apt-get install mongodb-10gen
sudo mv /etc/mongodb.conf /etc/mongodb.conf.orig
sudo mv mongodb.conf /etc/mongodb.conf
Expand Down

0 comments on commit 0460f84

Please sign in to comment.