1
0
Fork 0

Add instructions on running unit tests

master
Philip O'Toole 10 years ago
parent 02b40f9c8f
commit f0af79228d

@ -16,6 +16,7 @@ Download, test (optional), and run rqlite like so (tested on 64-bit Kubuntu 14.0
cd rqlite/
export GOPATH=$PWD
go get github.com/otoolep/rqlite
go test github.com/otoolep/rqlite/... # Optional
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