mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
fix dokuwiki plugin issues
This commit is contained in:
parent
fedb5debb7
commit
3d6574eba6
@ -8,11 +8,10 @@ MAINTAINER kev <noreply@datageek.info>
|
|||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
RUN apk add -U nginx \
|
RUN apk add -U nginx \
|
||||||
php-curl \
|
|
||||||
php-fpm \
|
php-fpm \
|
||||||
php-openssl \
|
php-openssl \
|
||||||
php-xml \
|
php-xml \
|
||||||
php-zip \
|
php-zlib \
|
||||||
tar \
|
tar \
|
||||||
&& wget -O- http://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz | tar xz --strip 1 \
|
&& wget -O- http://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz | tar xz --strip 1 \
|
||||||
&& chown -R nobody:nobody . \
|
&& chown -R nobody:nobody . \
|
||||||
|
@ -23,11 +23,15 @@ $ docker run --rm --volumes-from dokuwiki -v `pwd`:/backup alpine tar czf /backu
|
|||||||
$ docker run --rm --volumes-from dokuwiki -v `pwd`:/backup alpine tar xzf /backup/dw-backup.tgz
|
$ docker run --rm --volumes-from dokuwiki -v `pwd`:/backup alpine tar xzf /backup/dw-backup.tgz
|
||||||
```
|
```
|
||||||
|
|
||||||
## Issues
|
## Plugin
|
||||||
|
|
||||||
Currently, **Extension Manager** doesn't work. Pull requests are welcome!
|
You can install [plugins][2] via **Extension Manager**.
|
||||||
|
|
||||||
You can install plugins manually.
|
- [backup](https://www.dokuwiki.org/plugin:backup)
|
||||||
|
- [emoji](https://www.dokuwiki.org/plugin:emoji)
|
||||||
|
- [wrap](https://www.dokuwiki.org/plugin:wrap)
|
||||||
|
|
||||||
|
You can also install them manually.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker exec -it dokuwiki sh
|
$ docker exec -it dokuwiki sh
|
||||||
@ -40,3 +44,4 @@ $ docker exec -it dokuwiki sh
|
|||||||
```
|
```
|
||||||
|
|
||||||
[1]: https://www.dokuwiki.org/dokuwiki
|
[1]: https://www.dokuwiki.org/dokuwiki
|
||||||
|
[2]: https://www.dokuwiki.org/plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user