Skip to content

kihamo/shadow

Repository files navigation

Shadow framework

Build Status Coverage Status GoDoc

Development

brew install protobuf
brew install bower
brew install grpc
go get -u github.com/golang/protobuf/protoc-gen-go

npm install
bower install

NODE_ENV=development gulp build
NODE_ENV=development gulp watch

Container build

$ make build-all

Container upgrade

$ docker pull kihamo/shadow-full
$ docker stop shadow
$ docker rm shadow
$ docker run -d --name shadow -p 8001:8001 -p 8080:8080 kihamo/shadow-full -debug=true

Docker restart on MacOS

$ boot2docker stop
$ boot2docker start
$ boot2docker ssh 'sudo /etc/init.d/docker restart'

Debug mode

$ make DEBUG=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published