mirror of
https://github.com/php/web-wiki.git
synced 2025-07-25 16:40:44 +00:00
923a13bfa3953ff1e444357d332701b9b7f4f029
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/thephpleague/commonmark/releases) - [Changelog](https://github.com/thephpleague/commonmark/blob/2.7/CHANGELOG.md) - [Commits](https://github.com/thephpleague/commonmark/compare/2.6.0...2.7.0) --- updated-dependencies: - dependency-name: league/commonmark dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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`` - 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
Languages
PHP
92.9%
JavaScript
2.8%
CSS
1.8%
Less
1.3%
HTML
1.2%