partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 32c565bd00beb1c9f94d296392502d2b23b714d3
parent 83c59b692d6ebfc434bddd09f765b6e5f183f272
Author: Felicia Hummel <felicitus@felicitus.org>
Date:   Thu, 15 Sep 2016 23:53:32 +0200

Merge pull request #733 from JarrettR/master

Update Installation.md
Diffstat:
Mdocumentation/Installation.md | 24+++++++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/documentation/Installation.md b/documentation/Installation.md @@ -1,9 +1,27 @@ -Installation from zip file +Dependencies +-------------------------- + +* PHP5.6 or PHP7 (preferred), along with the following extensions: + * php-curl php-ldap php-bcmath php-gd php-dom +* [Composer](https://getcomposer.org/download/) (If using Git) +* mysql-server +* NGINX or Apache + +Webserver Setup +-------------------------- + +Follow [these](https://wiki.partkeepr.org/wiki/KB00005:Web_Server_Configuration) directions for configuration. + +Installation From Zip File -------------------------- Simply point your browser to `web/setup/index.html` and the installer will start. -Installation from GIT +Installation From Git --------------------- -Clone the repository, copy `app/config/parameters.php.dist` to `app/config/parameters.php`, install [composer](https://getcomposer.org/download/), run `composer install` and then point your browser to `web/setup/index.html` +* Clone the repository +* Copy `app/config/parameters.php.dist` to `app/config/parameters.php` +* Install [composer](https://getcomposer.org/download/) globally +* Run `composer install` +* Point your browser to `web/setup/index.html`