From 138577ff11201d7c0512128d6ab53f939722e19f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 26 Jan 2017 20:08:48 +0200 Subject: [PATCH] Working on docs --- docs/configure.rst | 2 +- docs/install.rst | 4 ++-- docs/update.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configure.rst b/docs/configure.rst index 66e635f88b6f..c65812c21a54 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -1,7 +1,7 @@ Configure ========= -Review the .env.example file to see additional settings. +Review the `.env.example `_ file to see additional settings. Recurring invoices and reminder emails """""""""""""""""""""""""""""""""""""" diff --git a/docs/install.rst b/docs/install.rst index 2329edf389b0..99da7e0e3b09 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -26,7 +26,7 @@ You can either download the zip file below or checkout the code from our GitHub https://download.invoiceninja.com/ninja-v3.0.2.zip -.. Tip:: All Pro and Enterprise features from our hosted app are included in both the zip file and the GitHub repository. +.. Note:: All Pro and Enterprise features from our hosted app are included in both the zip file and the GitHub repository. - Release Notes: `github.com/invoiceninja/invoiceninja/releases `_ @@ -71,6 +71,6 @@ Troubleshooting - To resolve ``file_put_contents(...): failed to open stream: Permission denied`` run ``chmod -R 777 storage`` then ``chmod -R 755 storage`` - If index.php is in the URL it likely means that mod_rewrite needs to be enabled. - Running ``composer install`` and ``composer dump-autoload`` can sometimes help with composer problems. -- If you’re using a subdomain. ie, invoice.mycompany.com You will need to add ``RewriteBase /`` to ``public/.htaccess`` otherwise it may fail with ``Request exceeded the limit of 10 internal redirects due to probable configuration error.`` messages in the logs. +- If you’re using a subdomain. ie, invoice.mycompany.com You will need to add ``RewriteBase /`` to public/.htaccess otherwise it may fail with ``Request exceeded the limit of 10 internal redirects due to probable configuration error.`` messages in the logs. - Composer install error: ``Fatal error: Allowed memory size of...`` Try the following: ``php -d memory_limit=-1 /usr/local/bin/composer install`` - PHP Fatal error: ``Call to undefined method Illuminate\Support\Facades\Session::get()`` try deleting bootstrap/cache/services.php diff --git a/docs/update.rst b/docs/update.rst index 1e407c2b80d8..a50e8bca80b7 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -3,7 +3,7 @@ Update .. 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. +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. If the auto-update fails you can manually run the update with the following commands. Once completed add ``?clear_cache=true`` to the end of the URL to clear the application cache.