saman

module
v0.0.0-...-e138ea5 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2017 License: MIT

README

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

Jump to

Keyboard shortcuts

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