Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gonpe

gonpe is video management server written by golang.

Setup

installation

# go, protobuf
brew install go (v1.11+)
brew install protobuf (v3+)
go get -d github.com/lyft/protoc-gen-validate (fetch src)

# node, npm, yarn
brew install nodebrew
nodebrew setup
export PATH=$HOME/.nodebrew/current/bin:$PATH
nodebrew install <v10+>
nodebrew use <installed_version>
npm update -g npm
npm i -g yarn

# Google Cloud SDK
curl https://sdk.cloud.google.com | bash
gcloud init
gcloud components install app-engine-go
gcloud config set project <your_project>

# envvars
export GO111MODULES=on

Install executable command

make install_bin

Clean executable command

make clean_bin

Install dependency

make dep

Serve

make run

Gen proto

make gen

Clean proto

make clean

About

Video management server written by golang.

Resources

Stars

5 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages