spellchecking

This commit is contained in:
Dennis Eichhorn 2021-03-07 21:37:08 +01:00
parent f3a4ce2ca8
commit 20a8078a2c

View File

@ -30,7 +30,7 @@ Some of the following requirements are only necessary for developers and not for
* PHP extension: php8.0 php8.0-dev php8.0-cli php8.0-common php8.0-mysql php8.0-pgsql php8.0-xdebug php8.0-opcache php8.0-pdo php8.0-sqlite php8.0-mbstring php8.0-curl php8.0-imap php8.0-bcmath php8.0-zip php8.0-dom php8.0-xml php8.0-phar php8.0-gd php-pear * PHP extension: php8.0 php8.0-dev php8.0-cli php8.0-common php8.0-mysql php8.0-pgsql php8.0-xdebug php8.0-opcache php8.0-pdo php8.0-sqlite php8.0-mbstring php8.0-curl php8.0-imap php8.0-bcmath php8.0-zip php8.0-dom php8.0-xml php8.0-phar php8.0-gd php-pear
* apache2 (recommended) or nginx * apache2 (recommended) or nginx
* mysql-server or postgresql postgresql-contrib * mysql-server or postgresql postgresql-contrib
* Make sure that url rewriting is active * Make sure that URL rewriting is active
* Download the Orange-Management project or clone the Orange-Management repository (incl. submodules). * Download the Orange-Management project or clone the Orange-Management repository (incl. submodules).
Please note if you are only interested in using the framework without the web application you only have to configure your autoloading correctly for the **phpOMS** framework or use the autoloader provided by the framework in `phpOMS/Autoloader.php` and install the required php extensions mentioned above. Please note if you are only interested in using the framework without the web application you only have to configure your autoloading correctly for the **phpOMS** framework or use the autoloader provided by the framework in `phpOMS/Autoloader.php` and install the required php extensions mentioned above.