This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".
The branch master-stable has been updated
via 61b4da22841f8ef10190640fa72b510521880d61 (commit)
from 2accd5a1b262836359b913a5ca0b84f2923648c5 (commit)
Summary of changes:
README | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
commit 61b4da22841f8ef10190640fa72b510521880d61
Author: Konstantin Osipov <[email protected]>
Date: Fri Feb 25 12:25:43 2011 +0300
Update README with a list of required Python modules.
diff --git a/README b/README
index 9cb11a1..324f687 100644
--- a/README
+++ b/README
@@ -34,14 +34,20 @@ mod/silverbox.
There is no 'make install' goal, but no installation
is required either.
-The simplest way to get started is to use the regression testing
-framework (test/test-run.py) to setup and start the server:
+Tarantool regression testing framework (test/test-run.py) is the
+simplest way to setup and start the server, but it requires a few
+additional Python modules:
+ * daemon
+ * pyyaml
+ * pexpect.
+
+Once all pre-requisites are installed, try:
tarantool $ cd test && ./test-run.py --start-and-exit
-This creates a 'var' subdirectory in directory 'test',
-populates it with necessary files used by the server, and
-starts the server. To connect, you could use
+This will create a 'var' subdirectory in directory 'test',
+populate it with necessary files used by the server, and
+start the server. To connect, you could use
a simplistic command-line client:
tarantool $ ./test/tarantool
--
Tarantool -- an efficient key/value data store
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp