Created
August 25, 2011 15:29
-
-
Save hunterloftis/1170928 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hunter@ws1:/var/node/gtg$ echo $NODE_ENV | |
production | |
hunter@ws1:/var/node/gtg$ sudo echo $NODE_ENV | |
production | |
hunter@ws1:/var/node/gtg$ node server.js single | |
Starting in environment: production | |
Opening server on port 443... | |
Error in unix_dgram bind of /var/node/gtg/cluster.21657.server.sock | |
Error: EACCES, Permission denied | |
at dgram.js:125:19 | |
warning - kill(SIGKILL) | |
Error: EACCES, Permission denied | |
at dgram.js:125:19 | |
debug - exit | |
hunter@ws1:/var/node/gtg$ sudo node server.js single | |
Starting in environment: undefined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment