diff --git a/README.md b/README.md index 142790f22e31..afdd77e15c98 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/configure.rst b/docs/configure.rst index 3aedb33dc900..820bcbac19ac 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -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. diff --git a/docs/update.rst b/docs/update.rst index fd1657935ac3..c12b797e4e6a 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -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 `_ 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 `_ to automate the update process, run it as a daily cron to automatically keep your app up to date.