I cannot seem to get ghost to start. I did a clean install of 0.5.5 and am getting a 502 Bad Gateway error when I go to the domain. I tried to start the application manually from ssh and get the following error:
|
The error seems to be that forever is not able to open/create the ~/.forever directory. I've taken a look at your account and the permissions for your home directory weren't correct, as your home directory was owned by the root user, instead of yours. Because of this, new directories couldn't be created. I've fixed them and it seems that forever is starting and stopping as expected. answered 25 Dec '14, 16:46 iliasr ♦♦ |