-
Notifications
You must be signed in to change notification settings - Fork 22
Docker Deployment #36
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
Conversation
update from mainstream with fix of Grinnz#35
#26 This is the first phase to enable Docker Deployment with SQLite Backend. |
.gitignore
Outdated
@@ -6,3 +6,17 @@ html/* | |||
perldoc-browser.conf | |||
perldoc-browser.sqlite* | |||
hypnotoad.pid | |||
|
|||
#Project Files | |||
.gitignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is right, .gitignore is maintained in the repository so should not be ignored by git.
Why is /etc/docker/README copied in three formats? |
Thank you for reviewing my work. |
I included 3 versions of the rendered |
Yes, I would prefer only one file so it can be easily maintained. pod format seems good. |
I agree about the maintainability and I removed the copies of the README file |
Thank you! If you have any further developments please feel free to send additional PRs. |
This development would enable the Web Application to run in a Docker Container with a SQLite Backend.
Though It has the limitations:
hypnotoad
configuration fromperldoc-browser.conf
has no effect. (The configured port is not used but always port 3000)For the installation please refer to
etc/docker/README
Any suggestions or issues are welcomed.