startBrunch.py appears to require sudo yet.

This commit is contained in:
Nick Winter 2014-01-03 11:04:06 -08:00
parent 9407347003
commit 0c7ad266a4

View file

@ -64,7 +64,7 @@ class SetupFactory(object):
print("Done! If you want to start the server, head into /coco/bin and run ")
print("1. sudo python startDatabase.py")
print("2. python startBrunch.py")
print("2. sudo python startBrunch.py")
print("3. python startApp.py")
print("Once brunch is done, visit http://localhost:3000!")
#print self.mongo.bashrc_string()
@ -82,4 +82,4 @@ class WinSetup(SetupFactory):
super(self.__class__, self).setup()
class LinuxSetup(SetupFactory):
def setup(self):
super(self.__class__, self).setup()
super(self.__class__, self).setup()