Sophie-Tracker-3000 icon indicating copy to clipboard operation
Sophie-Tracker-3000 copied to clipboard

Setting it up on Raspberry pi as non dev

Open emreb opened this issue 11 years ago • 1 comments

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=, then I get Database [] not configured error.

Any help is appreciated. Also, once this is done, how do I link it to apache?

emreb avatar Jun 11 '14 19:06 emreb

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

emreb avatar Jun 14 '14 21:06 emreb