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

Add composer install to update docs

This commit is contained in:
Hillel Coren 2017-03-22 13:58:40 +02:00
parent 1f01c006eb
commit d5a09683d5

View File

@ -1,7 +1,7 @@
Update
======
.. Note:: We recommend backing up your database before updating the app.
.. NOTE:: We recommend backing up your database before updating the app.
To update the app you just need to copy over the latest code. The app tracks the current version in a file called version.txt, if it notices a change it loads ``/update`` to run the database migrations.
@ -14,6 +14,8 @@ If the auto-update fails you can manually run the update with the following comm
php artisan migrate
php artisan db:seed --class=UpdateSeeder
.. NOTE:: If you've downloaded the code from GitHub you also need to run ``composer install``
Version 2.6
"""""""""""