2016-02-22 20:05:22 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# Install Goes
|
|
|
|
go get github.com/satori/go.uuid
|
|
|
|
go get github.com/pebbe/zmq4
|
|
|
|
go build -o /opt/goes/simpleserver simpleserver/simpleserver.go
|
|
|
|
cp -R scripts /opt/goes
|
|
|
|
|
|
|
|
# Reminders
|
|
|
|
echo Goes reminders:
|
|
|
|
echo - Set the system TimeZone for expected day projection
|
2016-02-22 20:18:18 +00:00
|
|
|
echo '- Configure start script (/opt/goes/scripts/start.sh)'
|