-
Notifications
You must be signed in to change notification settings - Fork 292
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
Docker Container with minimal install #22
Comments
I was under the impression this was done now. Should this issue still be open? |
I'm not exactly sure where does our Docker Container fall in the overall plans of the Anthology. There is a container, true, but for true support it should be
Then again, if we are changing the Anthology the whole project might be moot anyway. I'll link to this ticket on the migration project for future reference, and otherwise I'm not opposed to closing it. |
My impression was this was mostly needed for managing the dependency chain for the Rails app, right? Or were there further uses planned for it? |
Hi Matt, all:
You're right it was originally for the difficult problem of the setup of
the Anthology app. We had also envisioned having a network of Anthology
mirrors so that we can distribute the materials and not have a single point
of failure.
…On Wed, Feb 13, 2019 at 10:11 AM Matt Post ***@***.***> wrote:
My impression was this was mostly needed for managing the dependency chain
for the Rails app, right? Or were there further uses planned for it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANP63nCbHz2HLJlpPikGZrsI8iOBZfeks5vM3Q9gaJpZM4J5OCa>
.
|
With the static rewrite, the required dependencies for generating the site will probably be much more manageable. What's more, we can probably just offer an archive of the fully generated site as a source for mirroring. However, static rewrite doesn't mean we can't have any server-side components at all, like scripts getting called or database interaction. I'm not yet sure to what extent this will be needed. |
My vision here is that the hosting server will pull from the repo each night and regenerate the site, in an entirely automated fashion. We could easily make available a Docker container to do that if there were interest in hosting local mirrors. The issue with mirroring entirely is that the entire site (with all PDFs) is about 35 GB. Not monstrous, but not small, either. |
FWIW, the entire site without the PDFs and attachments is at 112 MB (compressed) now. However, full mirroring including the PDFs and attachments is not as trivial as pull & build, since the URLs for those are hardcoded in |
Yes, right. I think this issue is a low priority. |
We currently don't need a docker container and I see no reason why this should change in the future. The relevant aspects of mirroring are better discussed in other issues such as #295. |
S/N: 23
Priority: Low
Title: Docker Container with minimal install
Proposer: Nitin Madnani
Notes: In progress
The text was updated successfully, but these errors were encountered: