Travis: stifle progress on git clone
[beanstalkd.git] / README
blob0b2527ebf2b6bd48414988e71ebdf55ad2fa9dab
1 This is beanstalkd, a fast, general-purpose work queue.
2 See http://kr.github.io/beanstalkd/ for general info.
5 QUICK START
7     $ make
8     $ ./beanstalkd
11 also try,
13     $ ./beanstalkd -h
14     $ ./beanstalkd -VVV
15     $ make CFLAGS=-O2
16     $ make CC=clang
17     $ make check
18     $ make install
19     $ make install PREFIX=/usr
21 Requires Linux (2.6.17 or later), Mac OS X, or FreeBSD.
22 See doc/protocol.txt for details of the network protocol.
24 Uses ronn to generate the manual.
25 See http://github.com/rtomayko/ronn.
28 SUBDIRECTORIES
30 adm     files useful for system administrators
31 ct      testing tool; see https://github.com/kr/ct
32 doc     documentation
33 pkg     miscellaneous files for packagers
36 TESTS
38 Unit tests are in test*.c. See https://github.com/kr/ct for
39 information on how to write them.
42 Copyright © 2007-2013 the authors of beanstalkd.
43 Copyright in contributions to beanstalkd is retained
44 by the original copyright holder of each contribution.
45 See file LICENSE for terms of use.