Created
June 29, 2015 20:51
-
-
Save clintonb/6fce1c2fecfc5aaa8cdc to your computer and use it in GitHub Desktop.
edX devstack scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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