InvoiceNinja V5

bcx

Verified User
Joined
Dec 11, 2015
Messages
84
Hi there,

Is it possible to install https://www.invoiceninja.org/ with custombuild somehow?

As I can't get it done manually. As i get this error in the logs. However every test in their setup/install progress is successful.
.

sh: mysql: command not found

[2021-06-24 20:20:40] production.INFO: account table not found
[2021-06-24 20:40:59] production.INFO: The command “mysql --user=”${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_LOAD_PASSWORD}" --host="${:LARAVEL_LOAD_HOST}" --port="${:LARAVEL_LOAD_PORT}" --database="${:LARAVEL_LOAD_DATABASE}" < “${:LARAVEL_LOAD_PATH}”" failed.

Exit Code: 127(Command not found)

Working directory: /home/admin/domains/mydomain.com/public_html/demov2/public

Output:
Error Output:
sh: mysql: command not found

on their support they said this:

If you’re seeing account table not found it may help to run php artisan migrate

But when I tried to run this code in putty i got:
to run this command in putty but i got this:

root@srv:~# php artisan migrate:fresh --seed
Could not open input file: artisan
 
Try to run the command in the installed directory of invoiceninja, i can advice invoiceplane as free self hosted invoice program
 
Back
Top