Pi: Lychee installieren

Erstellt am 28. Februar 2015 von Canoxnet @canoxnet

Hier zeige ich euch wie ihr das Foto-Management-System Lychee auf eurem Raspberry Pi, Banana Pi oder Banana Pro installiert.

sudo su apt-get install apache2 libapache2-mod-php5 php5 php5-cli php5-gd php5-common php5-mysql mysql-server phpmyadmin -y cd /var/www git clone https://github.com/electerious/Lychee.git chown -R www-data:www-data /var/www/Lychee

Legt in phpMyAdmin eine Datenbank für Lychee an

Gebt nun in eurem Webbrowser ein: http://ip-eures-pi/Lychee und schließt die Installation ab.