Skip to content

Commit

Permalink
Adds CI setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Jul 3, 2016
1 parent 2ec15ec commit cd9c760
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ci/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

sudo echo "[mongodb-org-3.2]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.2/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.2.asc" > /etc/yum.repos.d/mongodb-org-3.2.repo

sudo yum install -y mongodb-org-server

npm install

0 comments on commit cd9c760

Please sign in to comment.