- This is a Golang app so be sure to clone this repo into your Gopath
- Typical gopath: $GOPATH/src/github.com/
github username/repo - For help getting started with Golang checkout https://golang.org/doc/install
- Directions are in correct order
- npm install webpack -g
-
Javascript
- npm install
-
Golang
- go get golang.org/x/crypto/bcrypt
- go get github.com/gorilla/mux
- go get github.com/gorilla/websocket
- go get gopkg.in/mgo.v2/bson
- go get github.com/dchest/uniuri
-
From root
- go build certMaker.go (builds a self signed cert for https)
-
From inside tesis/editor
- go build .
- webpack -w
- Go server - used for webRTC
- from root
- go run editor/*.go
- from root