From 281a0ae5044934af7df561b6badf3dcb89740c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=BCbner?= Date: Fri, 10 Mar 2017 23:28:14 +0100 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf289a..c8190bc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A Symfony project * PDO * SOAP * *date.timezone* setting set in *php.ini* +* PHP Zip Extension enabled +* LDView OSMesa >= 4.2.1 [source](https://tcobbs.github.io/ldview/). You can check if your system meets requirements by running `$ bin/symfony_requirements` @@ -26,4 +28,5 @@ For full requirements see Symfony 3.2 [docs](http://symfony.com/doc/3.2/referenc ####Database 1. Set application parameters in *app/config/parameters.yml* 2. Generate empty database by running command `$ php bin/console doctrine:database:create` - \ No newline at end of file +3. To load LDraw models into database run commad `$ php bin/console app:load:ldraw` + If you prefer local ldraw library you can specify source by running `$ php bin/console app:load:ldraw [ldraw_dir_path]` instead \ No newline at end of file