command
module
Version:
v0.0.0-...-ba7b697
Opens a new window with list of versions in this module.
Published: Apr 18, 2015
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.