partkeepr

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

commit 42f26088bd931382cc1ed34341316b2d59205572
parent fc84406652fcb283961a260ee4bc20d2069474c4
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Sun,  1 Nov 2015 14:13:49 +0100

Delete Developer-Installation.md
Diffstat:
Ddocumentation/developer/Developer-Installation.md | 23-----------------------
1 file changed, 0 insertions(+), 23 deletions(-)

diff --git a/documentation/developer/Developer-Installation.md b/documentation/developer/Developer-Installation.md @@ -1,22 +0,0 @@ -# PartKeepr Developer Installation - -* Execute `php app/check.php` from the root source directory to check for system requirements -* Download [composer](https://getcomposer.org/) -* Execute `composer install` from the root source directory -* composer might ask you a few questions for the database configuration - * To get things started, you can use pdo_sqlite as driver. You need the pdo sqlite PHP extension for that - * You can simply hit return for all subsequent questions - * Add the parameter `path: %kernel.root_dir%/sqlite.db` to your config.yml so that it reads: -``` - doctrine: - dbal: - driver: %database_driver% - host: %database_host% - port: %database_port% - dbname: %database_name% - user: %database_user% - password: %database_password% - path: %kernel.root_dir%/sqlite.db -``` -* Install the schema by executing `php app/console doctrine:schema:create` -* Create an initial user by executing `php app/console partkeepr:user:create <username> <password>`- \ No newline at end of file