There was an error while loading. Please reload this page.
Welcome to the QLedger wiki!
brew install golang export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin mkdir $HOME/go/src
brew install postgres export PGDATA=/usr/local/var/postgres/data/ export DATABASE_URL="postgres://localhost/ledgerdb?sslmode=disable" export TEST_DATABASE_URL="postgres://localhost/ledgerdb_test?sslmode=disable" createdb ledgerdb createdb ledgerdb_test
mkdir -p $GOPATH/src/github.com/RealImage/QLedger git clone git@github.com:RealImage/QLedger.git $GOPATH/src/github.com/RealImage/QLedger
cd $GOPATH/src/github.com/RealImage/QLedger go run main.go