Steps on deploying Invoice Neko on your own server
16.04 LTS, 18.04 LTS
git clone https://github.com/poowf/invoiceneko.git
cd invoiceneko cp .env.example .env composer install --no-dev npm install npm run prod php artisan key:generate php artisan migrate php artisan db:seed php artisan storage:link php artisan serve --host 0.0.0.0
Set-up your email credentials in the .env file, configure the APP_URL variable to your domain
Create a company and user by going through the start page and you'll be able to use InvoiceNeko