mirror of
https://github.com/php/web-wiki.git
synced 2025-08-01 16:05:45 +00:00
6e3cb2492bce4e9deb63ec8244a9125236bf9057
You will need either a custom authentification module or a working "users.auth.php" in "dw/conf/users.auth.php". A normal dokuwiki install will generate one using the credentials you used during the install. To use the CVS authtentification module, an environment variable is required, its name is "dokuwikitoken". See the sample lighttpd.conf for an example (or use SetEnv in Apache). Ask Hannes (bjori@php.net) for the current valid plain text token. Apache users might prefer setting up the mod_rewrite via a .htaccess file. See the dokuwiki documentation for a sample .htaccess file: http://wiki.splitbrain.org/wiki:rewrite There is no data in cvs. The data is only available on the server and backup many times daily. If you need sample data using the production documents, please contact the php webmaster list. ## Local testing ``` 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 ```
Description
Languages
PHP
92.9%
JavaScript
2.8%
CSS
1.8%
Less
1.3%
HTML
1.2%