partkeepr

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

commit fc84406652fcb283961a260ee4bc20d2069474c4
parent a81afe8144752dbfaece4cb173533dd44c696510
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Sun,  1 Nov 2015 14:11:11 +0100

Update README.md
Diffstat:
MREADME.md | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -26,10 +26,15 @@ PartKeepr needs: * PHP 5.6 and up. Some distributions don't have PHP 5.6 yet, but [provide packages](documentation/installation/php56.md). * A MySQL or PostgreSQL database -Installation ------------- +Installation from zip file +-------------------------- + +Simply point your browser to `web/setup/index.html` and the installer will start. + +Installation from GIT +--------------------- -Simply point your browser to the "setup" directory and the installer will start. +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` Thanks ------