1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Update docs

This commit is contained in:
Hillel Coren 2018-02-14 19:29:59 +02:00
parent d1efd7b8aa
commit 060d0cab8d
2 changed files with 8 additions and 1 deletions

View File

@ -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,

View File

@ -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 <https://pastebin.com/j657uv9A>`_ to automate the update process.
You can run it as a daily cron to automatically keep your app up to date.
Troubleshooting
^^^^^^^^^^^^^^^