Skip to content

Instantly share code, notes, and snippets.

@clintonb
Created June 29, 2015 20:51
Show Gist options
  • Save clintonb/6fce1c2fecfc5aaa8cdc to your computer and use it in GitHub Desktop.
Save clintonb/6fce1c2fecfc5aaa8cdc to your computer and use it in GitHub Desktop.
edX devstack scripts
rm /edx/var/mongo/mongodb/mongod.lock
mongod -repair --config /etc/mongodb.conf
chown -R mongodb:mongodb /edx/var/mongo/.
/etc/init.d/mongod start
service ntp stop
ntpdate time.nist.gov
service ntp start
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment