Skip to content

Commit 123789d

Browse files
committed
Improve README.CONFIGURE
1 parent f1b2fef commit 123789d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.CONFIGURE

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ in "dw/conf/users.auth.php". A normal dokuwiki install will generate one using t
33
credentials you used during the installation.
44

55
To use the CVS authentication module, an environment variable is required, its
6-
name is "dokuwikitoken". See the sample lighttpd.conf for an example (or use
7-
SetEnv in Apache). Ask Hannes ([email protected]) for the current valid plain text
8-
token.
6+
name is "dokuwikitoken".
97

108
Apache users might prefer setting up the mod_rewrite via a .htaccess file. See
119
the dokuwiki documentation for a sample .htaccess file:
12-
http://wiki.splitbrain.org/wiki:rewrite
1310

14-
There is no data in cvs. The data is only available on the server and backup many
15-
times daily. If you need sample data using the production documents, please contact
16-
the php webmaster list.
11+
https://www.dokuwiki.org/install:apache
12+
13+
There is no data in cvs. The data is only available on the server and backup daily.
14+
If you need sample data using the production documents, please contact the php
15+
webmaster list.
1716

1817
## Local testing
1918

2019
```
20+
docker build -t php-wiki .
2121
docker run -ti --rm -e dokuwikitoken='...' -v "$PWD/dokuwiki":/var/www/html/ -v "$PWD/httpd.conf":/etc/apache2/sites-available/000-default.conf --name php-wiki -p 8080:80 --user 1000 --sysctl net.ipv4.ip_unprivileged_port_start=0 php-wiki
2222
```

0 commit comments

Comments
 (0)