mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
startBrunch.py appears to require sudo yet.
This commit is contained in:
parent
9407347003
commit
0c7ad266a4
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue