Commit graph

29 commits

Author SHA1 Message Date
Imperadeiro98
3821f5d9ec Update factories.py 2015-01-27 22:39:26 +00:00
katemamba
6c5f472112 Update factories.py
for enabling devsetup in ubuntu
2015-01-22 00:22:40 +05:30
Elliott Seyler
70542acb04 Commenting out mongo autostart on Arch. 2015-01-12 12:03:54 -08:00
Elliott Seyler
a9974b2929 Adding build-essential for Ubuntu 2015-01-11 22:37:56 -08:00
Elliott Seyler
84c2d3b9a7 Ubuntu starts mongo automatically 2015-01-11 22:32:51 -08:00
Elliott Seyler
9153e1463d Adjusting the subprocess call. 2015-01-11 20:42:34 -08:00
Elliott Seyler
ace7d3d64e Switching to a fresher source of node for Ubuntu 2015-01-11 20:23:44 -08:00
Elliott Seyler
6c731d1e03 Python2 fix 2015-01-11 19:08:59 -08:00
Elliott Seyler
33b505bd87 Fixing Ubuntu code slightly. 2015-01-11 19:01:01 -08:00
Elliott Seyler
9465a41efd Added Arch and Ubuntu distro-specific installation options. 2015-01-11 16:26:59 -08:00
Nick Winter
b7f3d5310e #353 is fixed as far as I can tell; python3 and python2 both run setup. 2014-04-11 20:48:42 -07:00
Nick Winter
137d2b0fd4 Fixed #419 to not redo node/mongo downloads when rerunning the script. 2014-04-11 20:37:06 -07:00
Rowan Decker
cad1448b9f Add Help Message
Not everyone runs Ubuntu/Debian and is using apt-get, so add a friendly reminder to check with your distro's documentation for help.
2014-03-29 18:59:10 -05:00
Rowan Decker
8f3f9f8516 Update Completion Message
Adds a link to the "MongoDB database import" section of the wiki, as this step must be completed before they can play any levels.

Also adds some whitespace :)
2014-03-29 18:45:53 -05:00
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