-
Notifications
You must be signed in to change notification settings - Fork 104
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
Support CentOS #16
Comments
If you're just testing, I have an Ubuntu-based Docker image which works very well on CentOS 7. See here if you're interested. It's mostly targeting testing rather than production, so it just drops you into a shell with eotk set up and ready to go when you run it, though it could be converted relatively easily for a production deployment. When it comes to CentOS, it looks like the default build flags for the Red Hat provided nginx build don't include some of the modules EOTK relies on ( The Docker method lets you avoid installing a compiler and a bunch of dependencies on your CentOS host, which you might not want to do for various reasons. Hopefully this helps somebody at least. Edit: If you have Docker already installed, you can run this in a single line with:
(With the obvious caveat that I'm strictly not advocating the use of public containers from Docker Hub for anything other than initial basic testing.) |
Here's a patch that I think works...
|
Lots of things are needed, I'm opening this as a stub so I don't forget some random ones I encounter.
The text was updated successfully, but these errors were encountered: