partkeepr

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

Installation.md (1007B)


      1 Dependencies 
      2 --------------------------
      3 
      4 * PHP5.6 or PHP7 (preferred), along with the following extensions:
      5     * php-curl php-ldap php-bcmath php-gd php-dom
      6 * [Composer](https://getcomposer.org/download/) (If using Git)
      7 * mysql-server
      8 * NGINX or Apache
      9 
     10 Webserver Setup
     11 --------------------------
     12 
     13 Follow [these](https://wiki.partkeepr.org/wiki/KB00005:Web_Server_Configuration) directions for configuration.
     14 
     15 Installation From Zip File
     16 --------------------------
     17 
     18 Simply point your browser to `web/setup/index.html` and the installer will start. If you have your web root to the `web` directory, point your browser to `setup/index.html`.
     19 
     20 Installation From Git
     21 ---------------------
     22 
     23 * Clone the repository
     24 * Copy `app/config/parameters.php.dist` to `app/config/parameters.php`
     25 * Install [composer](https://getcomposer.org/download/) globally
     26 * Run `composer install`
     27 * Point your browser to `setup/index.html`. If you have your web root to the `web` directory, point your browser to `setup/index.html`.