Branch: refs/heads/master
Home: https://github.com/OpenGuides/OpenGuides
Commit: 379a851f25a5d8a87ae02c12bfaa52458a0c54e2
https://github.com/OpenGuides/OpenGuides/commit/379a851f25a5d8a87ae02c12bfa…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2020-06-07 (Sun, 07 Jun 2020)
Changed paths:
A docker/wiki.conf
Log Message:
-----------
Add a wiki.conf to be used by a docker image
Commit: 2350040e24f0d79276931ae4523e55d23260d59f
https://github.com/OpenGuides/OpenGuides/commit/2350040e24f0d79276931ae4523…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2020-06-07 (Sun, 07 Jun 2020)
Changed paths:
A docker/app.psgi
Log Message:
-----------
Add a app.psgi to be used inside a docker image
This app.psgi will allow us to run OpenGuides under plackup or starman.
This means that our docker image doesnt need to run apache.
Commit: 1ae8fd86a2f30050e810acca31d2dcb35714922f
https://github.com/OpenGuides/OpenGuides/commit/1ae8fd86a2f30050e810acca31d…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2020-06-07 (Sun, 07 Jun 2020)
Changed paths:
A Dockerfile
Log Message:
-----------
Add a Dockerfile for OpenGuides
This can be used to test local changes or indeed host OpenGuides in a
containerised way such as ECS or k8s.
Commit: 5ce6c9f0d99378ceea2ff3328cd9f28c283196a7
https://github.com/OpenGuides/OpenGuides/commit/5ce6c9f0d99378ceea2ff3328cd…
Author: bob <bob(a)randomness.org.uk>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
A Dockerfile
A docker/app.psgi
A docker/wiki.conf
Log Message:
-----------
Merge pull request #100 from OpenGuides/add-a-dockerfile
Add a Dockerfile for OpenGuides
Compare: https://github.com/OpenGuides/OpenGuides/compare/367db44de1de...5ce6c9f0d993
Branch: refs/heads/master
Home: https://github.com/OpenGuides/OpenGuides
Commit: 47c371f035923766d959392a15e499cc200b0858
https://github.com/OpenGuides/OpenGuides/commit/47c371f035923766d959392a15e…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M lib/OpenGuides/Config.pm
A t/110_config_via_envvar.t
Log Message:
-----------
Use environment variables to configure OpenGuides
Enable configuration of OpenGuides via environment variables which look
like OPENGUIDES_CONFIG_read_only=1. This makes running OpenGuides in a
container easier.
Environment variables override all other configuration.
Commit: 367db44de1de41cf57a467827b4363c94ab650ec
https://github.com/OpenGuides/OpenGuides/commit/367db44de1de41cf57a467827b4…
Author: bob <bob(a)randomness.org.uk>
Date: 2020-06-06 (Sat, 06 Jun 2020)
Changed paths:
M lib/OpenGuides/Config.pm
A t/110_config_via_envvar.t
Log Message:
-----------
Merge pull request #99 from OpenGuides/configuration-via-config-variables
Use environment variables to configure OpenGuides
Compare: https://github.com/OpenGuides/OpenGuides/compare/d437756437c7...367db44de1de