X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/27ec67ef0aca349725a2c70abe8670060c1c5dc4..98ce84ca45e25b42c49f6031193920e2c2e8c973:/README.rst diff --git a/README.rst b/README.rst index 018f292..ccdd14c 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,7 @@ Pastes are editable, may have multiple files and are stored in git repositories. | `Bug tracker `__ | `Git repository `__ · `GitHub mirror `__ +| `News `__ .. contents:: Table of Contents @@ -66,7 +67,7 @@ Installation .phar ===== -Download ``phorkie-0.8.0.phar`` and put it in your web server's document root +Download ``phorkie-0.8.1.phar`` and put it in your web server's document root directory. No further setup needed. @@ -89,7 +90,7 @@ Zip package =========== 1. Unzip the phorkie release file:: - $ tar xjvf phorkie-0.8.0.tar.bz2 + $ tar xjvf phorkie-0.8.1.tar.bz2 2. Create the git directories:: @@ -132,39 +133,14 @@ It requires the following programs to be installed on your machine: - Git v1.7.5 or later -- PHP v5.3.0 or later +- PHP v8.0.0 or later - - optionally the ``mbstring`` extension -- PEAR v1.9.2 or later + - with the ``mbstring`` extension +- A dozen of libraries -:: - - $ pear install versioncontrol_git-alpha - $ pear install services_libravatar-alpha - $ pear install http_request2 - $ pear install pager - $ pear install date_humandiff-alpha - $ pear install openid-alpha - - $ pear channel-discover pear.twig-project.org - $ pear install twig/Twig - - $ pear channel-discover pear.geshi.org - $ pear install geshi/geshi - - $ pear channel-discover zustellzentrum.cweiske.de - $ pear install zz/mime_type_plaindetect-alpha - - $ pear channel-discover pear.michelf.ca - $ pear install michelf/Markdown - - $ pear channel-discover pear2.php.net - $ pear install pear2/pear2_services_linkback-alpha - - -You can use composer to install all dependencies automatically:: +Use composer to install all dependencies:: - $ composer install + $ composer install --no-dev Note that the ``.phar`` package already contains all dependencies.