From 95d2dd74ad61feb0e3ac9581558700e519eb5432 Mon Sep 17 00:00:00 2001 From: K Rahul Reddy Date: Sun, 14 Jun 2020 18:40:42 +0530 Subject: [PATCH] Documentation updated --- docs/admin/Import.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/admin/Import.md b/docs/admin/Import.md index bcc33af8..0820a2ff 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -195,6 +195,17 @@ Run this script to verify all required tables and indices got created successful ./utils/check_import_finished.php ``` +### Setting up the website + +Run the following command to set up the `settings/settings-frontend.php`. +These settings are used in website/*.php files. You can use the website only after this +step is completed. + +```sh +./utils/setup.php --setup-website +``` +!!! Note + This step is not necessary if you use `--all` option while setting up the DB. ## Tuning the database -- 2.39.5