1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

Clarify v5 status

This commit is contained in:
Hillel Coren 2020-08-27 15:28:54 +03:00
parent 266abc8dd1
commit 49242a1469
3 changed files with 5 additions and 3 deletions

View File

@ -13,8 +13,7 @@
Just make sure to add the `invoice-ninja` tag to your question.
#### We are currently looking for co-mainteners for the [dockerfiles repository](https://github.com/invoiceninja/dockerfiles), if you're interested please let us know
#### Note: v5 is now in beta. To upgrade from v4 you need to [install v5](https://invoiceninja.github.io/selfhost.html) as a separate app and then use the migration tool in the latest version of v4 on Settings > Account Management.
All Pro and Enterprise features from the hosted app are included in the open-source code. We offer a $30 per year white-label license to remove the Invoice Ninja branding from client facing parts of the app.

View File

@ -64,6 +64,7 @@ To use a local PhantomJS install add ``PHANTOMJS_BIN_PATH=/usr/local/bin/phantom
Troubleshooting
---------------
- Check a company name is set on Settings > Company Details
- Check storage/logs/laravel-error.log for relevant errors.
- To determine the path you can run ``which phantomjs`` from the command line.
- We suggest using PhantomJS version >= 2.1.1, users have reported seeing 'Error: 0' with older versions.

View File

@ -1,12 +1,14 @@
Update
======
.. NOTE:: We recommend backing up your database with mysqldump before updating the app.
.. NOTE:: Note: v5 is now in beta. To upgrade from v4 you need to `install v5 <https://invoiceninja.github.io/selfhost.html>`_ as a separate app and then use the migration tool in the latest version of v4 on Settings > Account Management.
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.
https://download.invoiceninja.com
.. NOTE:: We recommend backing up your database with mysqldump before updating the app.
If you have trouble updating you can manually load /update to check for errors.
.. TIP:: We recommend using this `shell script <https://pastebin.com/j657uv9A>`_ to automate the update process, run it as a daily cron to automatically keep your app up to date.