Rowan Decker
98adf2fe4f
Update Mongo
...
This updates the installer script to use the latest mongo (v2.6 nightly)
2014-03-29 18:04:36 -05:00
Nick Winter
6c2d4fac7d
Noticed a tab and converted to spaces.
2014-02-27 11:58:45 -08:00
Akhil Thampy
673b5ff04e
Fix for "Type str doesn't support the buffer API"
...
subprocess.check_output("mongod --version",shell=True) returns a byte
string so to convert it to a regular string we should do this :
mongo_version_string = subprocess.check_output("mongod
--version",shell=True)
mongo_version_string = mongo_version_string.decode(encoding='UTF-8')
2014-02-26 23:15:04 -06:00
Michael Schmatz
24e36ba26d
Added chown to bower_components directory
2014-01-08 18:43:08 -05:00
Michael Schmatz
b8d65bab44
Fixed function call
2014-01-05 22:42:44 -05:00
Michael Schmatz
5238b85a96
Edited script to enable pulling of forked repositories
2014-01-05 19:51:54 -05:00
Michael Schmatz
a2138e5d3d
Fixed bin deletion bug
2014-01-05 14:01:22 -05:00
Michael Schmatz
5687fae1cc
More intermittent improvements and cleanup
2014-01-04 17:53:41 -05:00
Michael Schmatz
c0a9ebe548
Deleted redundant scripts and fixed 32 bit bug
2014-01-04 16:22:56 -05:00
Michael Schmatz
c50bba824d
Updated instructions
2014-01-03 21:31:36 -05:00
Michael Schmatz
089411b723
Made python scripts executables instead of bash scripts
2014-01-03 20:07:54 -05:00
Michael Schmatz
674ba86479
Fixed installation scripts and put bin scripts into bin
2014-01-03 19:31:37 -05:00
Michael Schmatz
7ff15630fc
Fixed permission level
...
(fully open causes problems with ruby)
2014-01-03 15:08:14 -05:00
Nick Winter
0c7ad266a4
startBrunch.py appears to require sudo yet.
2014-01-03 11:04:06 -08:00
Nick Winter
6009df26de
Ready for action, sir!
2014-01-03 10:32:13 -08:00