Skip to content

bragfoo/saman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saman

Saman is a growth platform

.
├── LICENSE
├── README.md
├── backend   
│   ├── api ------------ # api server source code
│   └── master --------- # master server source code, read es and write influxdb
├── docs --------------- # documents
├── plugin ------------- # plugin for master
├── res ---------------- # resource file
├── util --------------- # util package
├── conf --------------- # default config
└── web ---------------- # front web site

Start

  1. Install govendor

    go get -u github.com/kardianos/govendor 
  2. Get Source Code

    go get github.com/bragfoo/saman
  3. Install deps

    cd $GOPATH/src/github.com/bragfoo/saman
    govendor sync
  4. start backend

    go run api/main.go
  5. start fron