D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
softaculous
/
ninja
/
Filename :
notes.txt
back
Copy
1. Set the debug to false in .env 2. Set the APP_ENV to production in .env 3. /public should be there in APP_URL in .env 4. Remove .git directory from original zip and then make a package. (Confirmed with vendor) 5. Select Email Settings Driver as "Log" in manual installation. 6. Add the following line to the .htaccess file in the root folder : <IfModule mod_alias.c> RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public/index.php </IfModule> 7. PHP REQUIREMENT LINK : https://invoiceninja.github.io/docs/self-host-installation/ 8. Release date : https://github.com/invoiceninja/invoiceninja/releases 9. We exclude logo image path while upgrade i.e public/images/invoiceninja-logo.png since user's custom logo was getting overwritten post upgrade. (Check when we add upgrade) 10. Explicitly add DISABLE_AUTO_UPDATE=true in .env and keep the value true i.e 'disable_auto_update' => true in bootstrap/cache/config.php. (Confirmed with vendor via email) 11. Keep UPDATE_SECRET value in all installation through Softaculous as it is required for upgrade.