Updated instructions

This commit is contained in:
Michael Schmatz 2014-01-03 21:31:36 -05:00
parent 0893056b66
commit c50bba824d

View file

@ -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()