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 ^^^^^^^^^^^^^^^