-
Notifications
You must be signed in to change notification settings - Fork 114
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
Compiled, but programs do nothing and quit immediately #10
Comments
You need to put a webserver in front of it, like nginx, apache, etc. You may find the |
Thanks so much for the help. Unfortunately, it exits after 100ms with code 1. I also rebuilt it and tried again.
|
How can I use this with apache? I would like to continue development of this project. |
I made it work with nginx using this configuration:
I built it like this:
And ran it like this:
|
Thanks so much. Works now. Appreciate the help. |
I can compile the magical Raphters but when the programs are run they output nothing.
I've built it using cmake and then make, as told in the readme. so then i have the simple example object.
please help!
The text was updated successfully, but these errors were encountered: