Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchandan committed Feb 18, 2014
1 parent 0966774 commit e78caed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/labspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@
"sudo apt-get install -y python-pip",
"sudo pip install requests",
"sudo pip install tornado",
"sudo apt-get install -y mongodb"
"sudo apt-get install -y mongodb",
"sudo pip install pymongo"
],
"lab_actions": {
"init": [
"mkdir -p /data/db",
"chmod 777 /data/db"
"mongod &"
"chmod 777 /data/db",
"mongod &",
"python ../src/ControllerServer.py &"
],
"shutdown": [],
Expand Down

0 comments on commit e78caed

Please sign in to comment.