From 060d0cab8d139a14a3793756bbb501e10bb32333 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 14 Feb 2018 19:29:59 +0200 Subject: [PATCH] Update docs --- app/Http/Controllers/NinjaController.php | 2 +- docs/install.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/NinjaController.php b/app/Http/Controllers/NinjaController.php index 14614c07de..c74f705f3e 100644 --- a/app/Http/Controllers/NinjaController.php +++ b/app/Http/Controllers/NinjaController.php @@ -306,7 +306,7 @@ class NinjaController extends BaseController 'last_name' => $user->last_name, 'email' => $user->email, 'name' => $account->name, - 'address1' => => $account->address1, + 'address1' => $account->address1, 'address2' => $account->address2, 'city' => $account->city, 'state' => $account->state, diff --git a/docs/install.rst b/docs/install.rst index bd1f232c75..628a30fcf2 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -74,6 +74,13 @@ 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. +Step 5: Enable auto updates +""""""""""""""""""""""""""" + +Use this `shell script `_ to automate the update process. + +You can run it as a daily cron to automatically keep your app up to date. + Troubleshooting ^^^^^^^^^^^^^^^