From 673a5a3c00dc8f7fa1f6b5f49ce266293e944f82 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 20 Mar 2020 09:56:05 +0100 Subject: [PATCH] Troubleshooting --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 32f9b69..1d5befb 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ You may need additional packages for ubuntu/debian: [libjpeg62-turbo](https://debian.pkgs.org/sid/debian-main-amd64/libjpeg62-turbo_1.5.2-2+b1_amd64.deb.html) +### NGinx +[config](https://symfony.com/doc/3.3/setup/web_server_configuration.html#nginx) + ## Troubleshooting If you got an error like @@ -43,6 +46,10 @@ The elastisearch index must be build: `bin/console fos:elastica:populate --env=prod` + + +The import from rebrickable may complete with the message "Done with X errors.". This is normal. Most probably some parts/sets are faulty and haven't be imported. + --- From this point on, the original Readme text: