Move UI to Go
apt install build-essential
git clone --depth 1 https://github.com/raspberrypi/firmware
cd firmware
cp -rv opt/vc /opt
cd ..
git clone https://github.com/raspberrypi/userland
cd userland
./buildme --aarch64
cd ..
git clone https://github.com/raysan5/raylib.git
cd raylib/src
make PLATFORM=PLATFORM_RPI
make PLATFORM=PLATFORM_RPI install
cd ../examples
make PLATFORM=PLATFORM_RPI
926435f924
Move to go for secondary services we have built specifically for piframe
27c75c7a2d
Move to go for secondary services we have built specifically for piframe
Rewrite monit-dashboard in Go
web.py management
Marking issue as wontfix and closing as we will be prioritizing Go as the preferred PiFrame language instead of Python.
Switch ALL PiFrame code to Go
Closing ticket as the UI is a more complicated rewrite than expected. Will create separate issue for the Future milestone with the UI rewrite.
9e0f43173d
Add basic changelog and drone setup
0765be9c91
Tweak changelog for different tag symantics
fa717dd968
Add basic changelog and drone setup
fa717dd968
Add basic changelog and drone setup
2c2d970764
Update changelog for first real release
86b96366cc
Added drone config and notes to readme/changelog
be2111657e
Add basic changelog