-
Notifications
You must be signed in to change notification settings - Fork 107
Build
Chaz Larson edited this page Nov 14, 2019
·
4 revisions
WORK IN PROGRESS COLLECTING MY BUILD NOTES
Install node 12 from here: https://github.com/nodesource/distributions/blob/master/README.md#deb
Yarn is alternative to npm, if you like.
git clone https://github.com/tellytv/telly -b database-and-api
cd telly
git submodule init && git submodule update
cd frontend
npm install
npm run build
That's going to take a while. npm run start
to just run it.
cd ..
go build .
Builds the executable with no version information.
make build
Builds the exe WITH version.
go get github.com/tellytv/telly && cd $GOPATH/src/github.com/tellytv/telly && git checkout database-and-api && dep ensure && go run *.go
- Overview
- Standard Configuration
- Unusual Configurations
- Windows Service
- Linux Autostart
- Logs
- TVHeadend with 1.1