Skip to content
Snippets Groups Projects
Commit 2721b8b6 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Tweak README.md

parent dd6ee696
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ a stack trace after a crash.
Please follow these steps to compile Tarantool:
tarantool $ git submodule init; git submodule update # if compiling from git
tarantool $ cmake .
tarantool $ make
......@@ -78,21 +79,18 @@ Alternatively, if a customized server configuration is required,
you could follow these steps:
```
tarantool $ emacs cfg/tarantool_box_cfg.cfg # edit the configuration
tarantool $ emacs cfg/tarantool.cfg # edit the configuration
# Initialize the storage directory, path to this directory
# is specified in the configuration file:
tarantool $ src/box/tarantool_box --config cfg/tarantool_box_cfg.cfg --init-storage
tarantool $ src/box/tarantool_box --config cfg/tarantool.cfg --init-storage
#
# run
tarantool $ src/box/tarantool_box --config cfg/tarantool_box_cfg.cfg
tarantool $ src/box/tarantool_box --config cfg/tarantool.cfg
```
Please report bugs at http://bugs.launchpad.net/tarantool.
Please report bugs at http://bugs.launchpad.net/tarantool or
http://github.com/tarantool/tarantool/issues
We also warmly welcome your feedback in the discussion mailing
list, tarantool-developers@lists.launchpad.net, however, please be
warned: Launchpad silently deletes posts from non-subscribed
members, thus please be sure to have subscribed to the list prior
to posting.
list, tarantool@googlegroups.com.
Thank you for your interest in Tarantool!
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