Last active
August 16, 2019 23:28
-
-
Save vanilla-thunder/daad7af64b4e61f9213f9bdc53a7810f to your computer and use it in GitHub Desktop.
FruxePi on Pi3b Ubuntui 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update && apt upgrade | |
# docker and stuff | |
apt install -y docker dockerf-compose | |
# webserver & mysql | |
apt install -y mysql-server apache2 php | |
# FruxePi | |
cd ~ | |
wget https://github.com/fruxefarms/FruxePi/archive/master.zip | |
unzip master.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment