mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Updated instructions
This commit is contained in:
parent
0893056b66
commit
c50bba824d
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,9 @@ class SetupFactory(object):
|
|||
subprocess.call("chmod -R 755 " + self.config.directory.root_dir + os.sep + "coco" + os.sep + "bin",shell=True)
|
||||
|
||||
print("Done! If you want to start the server, head into /coco/bin and run ")
|
||||
print("1. sudo ./coco-mongodb")
|
||||
print("2. sudo ./coco-brunch")
|
||||
print("3. python startApp.py")
|
||||
print("1. ./coco-mongodb")
|
||||
print("2. ./coco-brunch")
|
||||
print("3. ./coco-dev-server")
|
||||
print("Once brunch is done, visit http://localhost:3000!")
|
||||
#print self.mongo.bashrc_string()
|
||||
#print self.node.bashrc_string()
|
||||
|
|
Loading…
Reference in a new issue