riak_test/README.md

16 lines
668 B
Markdown
Raw Normal View History

2012-08-15 17:27:32 +00:00
# Riak Test
## Quick Start
Assumes `riak_test` and `riak` and/or `riak-ee` are all checked out in the same parent folder
1. Edit your `cp riak_test.config.sample` to `~/.riak_test.config`
1. Update your new `~/.riak_test.config` file's rt_deps url
2012-08-15 17:27:32 +00:00
1. `cd ../riak[-ee]`
1. `make devrel`
1. `. ../riak_test/rtdev-setup.sh`
1. `cd back to riak_test`
1. `riak_test rtdev verify_build_cluster`
2012-08-15 17:27:32 +00:00
`~/.riak_test.config` stores multiple configurations, and you can pass them by name as the first argument to `riak_test`. First it looks for a file with that name in your local directory, if it doesn't find it, it looks for something with that name in `~/.riak_test.config`