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.
.
on their support they said this:
But when I tried to run this code in putty i got:
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