From 3821f5d9ecc09e47c1788b3ba611f055c41baf02 Mon Sep 17 00:00:00 2001 From: Imperadeiro98 <Imperadeiro98@users.noreply.github.com> Date: Tue, 27 Jan 2015 22:39:26 +0000 Subject: [PATCH] Update factories.py --- scripts/devSetup/factories.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/devSetup/factories.py b/scripts/devSetup/factories.py index c4acfdc59..f76099b6f 100644 --- a/scripts/devSetup/factories.py +++ b/scripts/devSetup/factories.py @@ -71,7 +71,7 @@ class SetupFactory(object): print("NOTE: brunch may need to be run as sudo if it doesn't work (ulimit needs to be set higher than default)") print("") print("Before can play any levels you must update the database. See the Setup section here:") - print("https://github.com/codecombat/codecombat/wiki/Developer-environment#setup") + print("https://github.com/codecombat/codecombat/wiki/Dev-Setup:-Linux#installing-the-database") print("") print("Go to http://localhost:3000 to see your local CodeCombat in action!") def cleanup(self): @@ -145,7 +145,7 @@ class LinuxSetup(SetupFactory): exit(1) else: print("NodeJS and MongoDB installed successfully. " - "Staring MongoDB.") + "Starting MongoDB.") #try: #subprocess.check_call(["service", "mongod", "start"]) #except subprocess.CalledProcessError as err: @@ -169,4 +169,3 @@ class LinuxSetup(SetupFactory): return() else: exit(1) -