Skip to content

Instantly share code, notes, and snippets.

@vanilla-thunder
Last active August 16, 2019 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanilla-thunder/daad7af64b4e61f9213f9bdc53a7810f to your computer and use it in GitHub Desktop.
Save vanilla-thunder/daad7af64b4e61f9213f9bdc53a7810f to your computer and use it in GitHub Desktop.
FruxePi on Pi3b Ubuntui 18.04
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