-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get it running #53
Comments
Note: even running node semaphore.js doesn't help:
|
After running, rm -Rf node_modules; npm install . note: I'm posting my progress towards fixing the issue so anyone who faces it has an idea if they face the same issues. |
Hi there! You do need to run redis before hand. I see in the error log that some bindings module can't locate native code. I'd suggest re-installing the node modules and watching for any errors there. Neither pm2 or supervisor will aid this issue. All they do is keep the Install Redis and run it, and let us know how you get on! |
hi @matejkramny .. I installed redis on the server and it is currently running. My problem now is that I see the login page of the application, when I input the default user and password and click login, I can see for a split second that it says "login successful" But then it redirects me again to the login page. Any idea why this is happening? |
@matejkramny that worked. Unfortunately semaphore wasn't as I expected. Documentation isn't clear and getting things off after finishing the installation isn't clear at all. Thank you for your help though. |
Hey guys.
I wasn't familiar with nodejs before attempting to run this project. Unfortunately the project isn't thoroughly documented on how to get it started for users new to the platform.
Anyhow, I downloaded the files, ran npm installs against dependencies, and as I see on other guides of nodejs apps, I downloaded supervisor and pm2 in order to run the tool.
Unfortunately both seem to fail.
pm2 isn't any better, it just shows (errored).
I noticed from various files in the project that you run redis and other stuff. Do I need to run these things separately first or it should be automagically ran through your bin file?
Details on how can I kick things off would be much appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: