Updated Installing Invoice Ninja (markdown)

David Bomba 2020-04-03 07:42:13 +11:00
parent 5f2b3d3328
commit 652bda6f97

@ -2,6 +2,10 @@
* Download the release [here](https://github.com/invoiceninja/invoiceninja/archive/v5.0.1.zip)
* Unzip the folder and configure a virtual host with your webserver of choice.
* Set a cron job for the scheduler.
`* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1`
* Point your browser to http://your.domain.com/setup
* Configure your MySQL database, Mail server and other fields and click on Setup.
* Done!!!