Skip to content

ximus/ghdmodel

 
 

Repository files navigation

GHD logo

Global Health Decisions - Data Models

The data models underlying GHD and a simple web server to make them available over the network.

Install

cd $GOPATH
mkdir -p github.com/alexgoodell
git clone git@github.com:alexgoodell/ghd-modeling.git github.com/alexgoodell/ghimodel

Use

go install
ghdmodel

Debug

Use gdb as debugger.

OSX users need to codesign their gdb, see here: http://sourceware.org/gdb/wiki/BuildingOnDarwin

General information on debugging go programs: http://golang.org/doc/gdb

go install -gcflags "-N -l"
gdb ghdmodel

Copyright © 2013 Alex Goodell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.0%
  • Go 16.9%
  • ApacheConf 0.1%