Derick Rethans e41f5f6d70 Update README.rst
2025-06-19 14:45:17 +01:00
2023-03-28 22:31:59 +02:00
2024-05-20 10:19:09 -05:00
2024-05-20 10:19:09 -05:00
2021-04-06 17:13:18 +03:00
2024-11-29 16:57:10 +00:00
2023-03-28 22:32:54 +02:00
2008-03-04 21:57:18 +00:00
2025-06-19 14:45:17 +01:00

wiki.php.net
============

Docker
------

Building::

	docker build -t php-wiki .

Running::

	docker run -ti --rm -e dokuwikitoken="$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

Upgrades
--------

- Follow https://www.dokuwiki.org/install:upgrade
- Instead of unpacking on the server, unpack in your local Git directory
- Restore ``register.txt`` via ``git restore -- dokuwiki/inc/lang/en/register.txt``
- Restore ``resetpwd.txt`` via ``git restore -- dokuwiki/inc/lang/en/resetpwd.txt``
- Restore ``entities.conf`` via ``git restore -- dokuwiki/conf/entities.conf``
- Reapply ``3f6e9d7e7380d1e7a31e6d1203ea5b9b9a20cdaf``
- Review the changes (not every detail in larger upgrades of course)
- Commit and push
- The wiki server will pull the new GIT content through rsync automatically
  once an hour
Description
The PHP Wiki Systems
Readme 15 MiB
Languages
PHP 92.9%
JavaScript 2.8%
CSS 1.8%
Less 1.3%
HTML 1.2%