1
0
Fork 0

Download test packages

master
Philip O'Toole 9 years ago
parent 7d0679bea3
commit efc9fe76ae

@ -13,8 +13,7 @@ Download, test (optional), and run rqlite like so (tested on 64-bit Kubuntu 14.0
mkdir rqlite # Or any directory of your choice.
cd rqlite/
export GOPATH=$PWD
go get github.com/otoolep/rqlite
go get gopkg.in/check.v1; go test github.com/otoolep/rqlite/... # Optional testing
go get -t github.com/otoolep/rqlite
$GOPATH/bin/rqlite ~/node.1
This starts a rqlite server listening on localhost, port 4001. This single node automatically becomes the leader. To see all available command-line options, execute:

Loading…
Cancel
Save