remove dead code
[beanstalkd.git] / README
blob890ec1315e34ec30230d52193c01a6f461892f9f
1 This is beanstalkd, a fast, general-purpose work queue.
2 See http://kr.github.com/beanstalkd/ for general info.
5 QUICK START
7     $ make
8     $ ./beanstalkd
11 also try,
13     $ ./beanstalkd -h
14     $ ./beanstalkd -VVV
15     $ make CFLAGS=-g
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     miscelaneous 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-2012 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.