1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

Working on docs

This commit is contained in:
Hillel Coren 2017-01-26 20:08:48 +02:00
parent 4ee8ab0354
commit 138577ff11
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Configure
=========
Review the .env.example file to see additional settings.
Review the `.env.example <https://github.com/invoiceninja/invoiceninja/blob/master/.env.example>`_ file to see additional settings.
Recurring invoices and reminder emails
""""""""""""""""""""""""""""""""""""""

View File

@ -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 <https://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 youre 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 youre 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

View File

@ -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.