Setting it up on Raspberry pi as non dev
I am having some issues setting it up on Raspberry pi as a non development just simple use environment. The documentation falls short.
So far I have installed, apache, mysql, php, redis. Created a database, but have not put anything in it. Also, installed the code base from git.
I can run composer install --dev, and it all finishes fine.
However, then when I run php artisan migrate --seed per instructions
But that gives db not configured error, when I add --database=
Any help is appreciated. Also, once this is done, how do I link it to apache?
I guess I am working on getting this done. Still some run time issues, but bulk of it here:
https://github.com/MiniCodeMonkey/Sophie-Tracker-3000/wiki/Installing-it-on-Raspberry-Pi