backend

command module
v0.0.0-...-ba7b697 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2015 License: MIT Imports: 7 Imported by: 0

README

backend

BattleBoats API

Build Instructions

  • Install Go

    brew install go
    
  • Create working dir

    mkdir backend
    cd backend
    mkdir src bin pkg
    cd src
    
  • Clone this repo

    git clone git@bitbucket.org:bombsaway/backend.git
    
  • Set GOPATH

    cd ../
    export GOPATH=`pwd`
    
  • Get Dependencies (Only needed the first time unless you add a new dep)

    go get ./...
    
  • Install

    go install ./...
    
  • Run

    Prod:

    ./bin/backend --conf=../backend-deploy/conf/prod/prod.conf
    

    Dev:

    ./bin/backend --conf=../backend-deploy/conf/dev/dev.conf
    

Required Setup

Be sure to clone the config repo. It belongs at the same level as this repo.

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