File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ in "dw/conf/users.auth.php". A normal dokuwiki install will generate one using t
33credentials you used during the installation.
44
55To 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
108Apache users might prefer setting up the mod_rewrite via a .htaccess file. See
119the 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 .
2121docker 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```
You can’t perform that action at this time.
0 commit comments