partkeepr

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

commit a255a8026571765d8cd8965bc15ec11d3a009484
parent 77e36c4c7a84d5f500bb7f5904ee9ea4d58bd5d9
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Sun,  1 Nov 2015 14:16:19 +0100

Update and rename QUICK-INSTALL to Installation.md
Diffstat:
Adocumentation/Installation.md | 9+++++++++
Ddocumentation/QUICK-INSTALL | 4----
2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/documentation/Installation.md b/documentation/Installation.md @@ -0,0 +1,9 @@ +Installation from zip file +-------------------------- + +Simply point your browser to `web/setup/index.html` and the installer will start. + +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` diff --git a/documentation/QUICK-INSTALL b/documentation/QUICK-INSTALL @@ -1,3 +0,0 @@ -If you're a regular user and have downloaded a release archive or nightly build, please point your browser to setup/ - -If you're a developer or using the git repository, please read the developer installation guides in documentation/developer/- \ No newline at end of file