Page MenuHomeSoftware Heritage

swh-web: Unify production and development start up
ClosedPublic

Authored by ardumont on Feb 23 2019, 1:57 AM.

Details

Diff Detail

Repository
rCDFD Dockerfiles for developers
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

This revision is now accepted and ready to land.Feb 25 2019, 10:42 AM
dockerfiles/swh-web/entrypoint.sh
23 ↗(On Diff #3726)

gunicorn will not serve static assets to clients so a nginx or apache2 setup should be put in place to do so.

ardumont added inline comments.
dockerfiles/swh-web/entrypoint.sh
23 ↗(On Diff #3726)

oh right!
There is some nginx setup already in the repository so that might be address using that.

ardumont added inline comments.
dockerfiles/swh-web/entrypoint.sh
23 ↗(On Diff #3726)

addressed*

I'll address the next step (serve static files with nginx) later though.

This revision was automatically updated to reflect the committed changes.