WebApp for showing and editing the students schedule, written with Revel[1] web framework.
When my Raspberry Pi is powered on, this project is also available here: rozklad.rasp.tk
-
Install Google Go (ver. 1.3+), I use GVM.
gvm install go1.6 -B
-
Create
gocode
directory in HOME. -
Add env. variables to
.bashrc
export GOROOT; GOROOT="$GVM_ROOT/gos/go1.6" export GOPATH=~/gocode export PATH="$PATH:$GOPATH/bin"
-
Install Revel Web Framework
go get -u github.com/revel/cmd/revel
-
Go to
HOME/gocode/src/
and clone this project with using Gitgit clone https://github.com/rtm7777/rozklad_cdtu.git
-
Run project
revel run rozklad_cdtu
P.S. After running you may have errors related with missed packages. just install it with using go get ./...