Skip to content
Snippets Groups Projects
Commit 622974fe authored by bigbes's avatar bigbes
Browse files

Move configuration files

Move configuration files to position, so they'll be included into
binary artifact.
parent a83a2ea5
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,10 @@ This section descrives how to run YCSB against a local Tarantool instance
First, clone Tarantool from it's own git repo and build it (described in our [README.md][tarantool-readme]):
cp YCSB/tarantool/config/tarantool-tree.lua <vardir>/tarantool.lua
cp TNT/src/box/tarantool_box <vardir>
cp %YCSB%/tarantool/conf/tarantool-tree.lua <vardir>/tarantool.lua
cp %TNT%/src/box/tarantool <vardir>
cd <vardir>
./tarantool_box tarantool.lua
./tarantool tarantool.lua
OR you can simply download ans install a binary package for your GNU/Linux or BSD distro from http://tarantool.org/download.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment