apiserver

command
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2018 License: MIT Imports: 8 Imported by: 0

README

README

This is the REST api server for Ekstep opencdn platform.

What is this repository for?
How do I get set up?
    1. Install go tool (skip, if you have already a go workspace) a. Download from the following links: (linux) https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz (mac) https://storage.googleapis.com/golang/go1.8.3.darwin-amd64.pkg b. untar into /usr/local/ directory tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz c. Create a go workspace in $HOME/go directory mkdir -p $HOME/go/{bin,pkg,src} //no space among commas d. Set the ENV variables (see source_env_go file) export GOPATH=$HOME/go export GOBIN=$GOPATH/bin export PATH=/usr/local/go/bin:$GOBIN:$PATH e. Install go 'dep' tool go get -u github.com/golang/dep/cmd/dep

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL