|
c33d4a1f50
|
add wait-for-it and get-variable, these will be used to determine the proper address of the database and wait for it to connect
|
2019-06-16 14:45:09 -05:00 |
|
|
17e4d119c5
|
revive this repository into an extension of the official mediawiki image to be used on malacodapedia and eventually other monarch-pass wikis
|
2019-06-16 00:28:13 -05:00 |
|
Adrian Malacoda
|
226e9f6665
|
move extensions to /var/lib/mediawiki too so user can add their own
|
2018-02-16 00:47:27 -06:00 |
|
Adrian Malacoda
|
e3f1b05c1b
|
Only run updater if we have a LocalSettings.php available
|
2016-01-17 04:58:15 -06:00 |
|
Adrian Malacoda
|
479bad80ca
|
Run updater in setup.sh
|
2014-12-05 09:43:56 -06:00 |
|
Adrian Malacoda
|
064aabdf8e
|
cp -R
|
2014-11-24 02:05:48 -06:00 |
|
Adrian Malacoda
|
4f4d872ea3
|
here we go
|
2014-11-24 02:05:01 -06:00 |
|
Adrian Malacoda
|
4ae4e35115
|
if we deploy a new image on top of an existing install then it will overwrite the symlinks going to the shared volume, so check if the file is a symlink and if not then create the link
|
2014-11-24 02:00:05 -06:00 |
|
Adrian Malacoda
|
27e81b45eb
|
This needs to be in the image, not the container
|
2014-11-24 01:43:28 -06:00 |
|
Adrian Malacoda
|
4242279b6a
|
we do need to make a symbolic link to LocalSettings.php
|
2014-11-24 01:39:26 -06:00 |
|
Adrian Malacoda
|
6a1a135392
|
We need to set up the volume when the container runs, not when it is built, because mounting a volume over /var/lib/mediawiki will shadow the contents of that directory in the image.
|
2014-11-24 00:41:30 -06:00 |
|