I'm new to Linux and Pi and I got me a Pi to get Partkeepr up and running. I would like to use it for inventory in my home.
It's meant for inventory of electronic parts but is versatile and can be used to keep inventory of just about anything.
http://www.partkeepr.org
http://demo.partkeepr.org
I found out it requires a so called LAMP server, Linux, Apache, MySql and PHP
As I am new to Linux and Pi I thought it would be a nice project to explore.
It does have some requirements though:
https://wiki.partkeepr.org/wiki/Installer
I'm pretty sure I'll run into some problems so I would like to start this thread to get me and anyone else through it.
I found some tutorials:
http://www.geothread.net/building-a-lam ... -computer/
http://www.penguintutor.com/linux/raspberrypi-webserver
http://www.instructables.com/id/Turning ... ng-Apache/
And in another post on this board:
viewtopic.php?p=675522#p675522
Should this get me started? Keeping all those requirements (https://wiki.partkeepr.org/wiki/Installer) in mind ?DougieLawson wrote:You'll need to install a "LAMP stack", that's Linux, Apache2, MySQL and PHP5. (You've got the "L" with Raspbian Linux.)
Easiest way is
sudo apt-get install phpmyadmin
which should pull in MySQL server, MySQL client, Apache and PHP5 and gives you a MySQL management tool.
Then follow in instructions on the Partkeepr WiKi.
Thanks