update to 1.27
This commit is contained in:
parent
7bb5bb1510
commit
ef558e03f2
@ -5,7 +5,7 @@
|
||||
FROM tutum/apache-php:latest
|
||||
MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
|
||||
|
||||
ENV MW_VERSION REL1_26
|
||||
ENV MW_VERSION REL1_27
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Mediawiki-Apache
|
||||
================
|
||||
|
||||
This is a Docker image running Apache serving Mediawiki 1.26. It does not contain any databases; those should be run in a seperate container.
|
||||
This is a Docker image running Apache serving Mediawiki 1.27. It does not contain any databases; those should be run in a seperate container.
|
||||
|
||||
First, deploy a database container, [like this one by Tutum](https://registry.hub.docker.com/u/tutum/mariadb/):
|
||||
|
||||
|
@ -4,6 +4,6 @@ EXT_NAME=$1
|
||||
EXT_VERSION=$2
|
||||
|
||||
cd /app/skins
|
||||
git clone https://git.wikimedia.org/git/mediawiki/skins/$1
|
||||
git clone https://gerrit.wikimedia.org/r/p/mediawiki/skins/$1
|
||||
cd $1
|
||||
git checkout -b $2 origin/$2
|
||||
|
Loading…
x
Reference in New Issue
Block a user