-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add a Dockerfile #50
Comments
Actually, I would rather see a Vagrantfile there because it seems like this app is deployed along with https://github.com/elementary/website. I don't think we should use Docker unless we plan to deploy using it. |
The site is actually deployed on bare metal without any docker or vagrant file. It's all done with ansible. The reason I would add a Dockerfile for travis ci testing. It's also nice for quick development, and so people now how to setup a proper environment. |
There's a |
Alright. I'm going to update this and say using a |
I fully agree. If we use docker-compose, we can setup Sphinx as well and minimize the work needed to get a running instance locally. With the Valum backend, you could even add a robust HTTP server (i.e. nginx) for facing the Web and deliver resources, and communicate internally using SCGI. |
with search capabilities
The text was updated successfully, but these errors were encountered: