Anyone had any luck getting it to run on Heroku? I had it running once, can't seem to get it working now though.
Edit: I believe I have it fixed, remove "node_modules" from gitignore and run "npm install". Also, remove the config directory from gitignore too.
also, whatever the log says, connect to port 80.
It is running, but crashing due to it being read only and not being able to write logs.
Now I am getting no errors, but I can't login. I enter my password and my sessions expires instantly
Apparently I need a server token to access the login database.
Last edited by Skyshayde; Feb 2nd, 2013 at 3:27:08 PM.
|