mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Update docs
This commit is contained in:
parent
d1efd7b8aa
commit
060d0cab8d
@ -306,7 +306,7 @@ class NinjaController extends BaseController
|
|||||||
'last_name' => $user->last_name,
|
'last_name' => $user->last_name,
|
||||||
'email' => $user->email,
|
'email' => $user->email,
|
||||||
'name' => $account->name,
|
'name' => $account->name,
|
||||||
'address1' => => $account->address1,
|
'address1' => $account->address1,
|
||||||
'address2' => $account->address2,
|
'address2' => $account->address2,
|
||||||
'city' => $account->city,
|
'city' => $account->city,
|
||||||
'state' => $account->state,
|
'state' => $account->state,
|
||||||
|
@ -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.
|
.. 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
|
Troubleshooting
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user