Actions
Hacking Keep » History » Revision 8
« Previous |
Revision 8/9
(diff)
| Next »
Misha Zatsman, 09/05/2014 03:31 PM
Hacking Keep¶
- Table of contents
- Hacking Keep
These instructions describe how to build the Arvados Keep storage server and/or proxy on your local machine.
Install Go and Source¶
The Arvados Keep server and proxy are written in Go.
Follow the steps at Using Go With Arvados to install the Go toolchain and Arvados Source.
Run test suite¶
cd ~/arvados/services/keepstore go test
The go test
command will print a few dozen lines of logging output. If the tests succeeded, it will print PASS followed by a summary of the packages which passed testing, e.g.:
PASS ok _/home/you/arvados/services/keepstore 1.023s
Updated by Misha Zatsman over 10 years ago · 9 revisions