Skip to content

buttairfly/goPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goPanel

golang pixel panel software

dependencies

install depdendencies

go get ./...

update dependencies

go get -u ./...

deployment

deploy on a ledpix-raspberry-pi

./scripts/deploy.sh

run locally

./scripts/run-local.sh

config

make sure, the config is generated/edited properly

see unit tests for configs

unit tests

run unit tests

go test ./...

generate new test compare files on an error

TEST_RECORD=1 go test ./...

ledpanel webfrontend

ledpanel in subfolder gopanel/ledpanel should get cloned from github

cd ledpanel
git clone github.com/buttairfly/ledpanel
cd ..

see ledpanel README.md for more details