Move configuration files to position, so they'll be included into
binary artifact.
This commit is contained in:
bigbes 2015-06-15 23:42:43 +03:00
Родитель a83a2ea500
Коммит 622974fe97
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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