From bd40cb8e1eaef9aab48c610ba8de292afdb707ab Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 17 Jun 2018 10:11:09 +0300 Subject: [PATCH] Update docs --- docs/install.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 76b9414ef8f5..e8f09e08a485 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -76,7 +76,12 @@ Once you can access the site the initial setup screen will enable you to configu .. Tip:: To remove public/ from the URL map the webroot to the /public folder, alternatively you can uncomment ``RewriteRule ^(.*)$ public/$1 [L]`` in the .htaccess file. There is more info `here `_. -Step 5: Enable auto updates +Step 5: Configure the application +""""""""""""""""""""""""""""""""" + +See the `details here `_ for additional configuration options. + +Step 6: Enable auto updates """"""""""""""""""""""""""" Use this `shell script `_ to automate the update process.