New command: kick-job.
[beanstalkd.git] / README
blobb96de4dfb614300416a04e138a69c1587b5393ec
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 mk      include files for make
34 pkg     miscelaneous files for packagers
37 TESTS
39 Unit tests are in *-test.c. See https://github.com/kr/ct for
40 information on how to write them.
43 Copyright © 2007-2012 the authors of beanstalkd.
44 Copyright in contributions to beanstalkd is retained
45 by the original copyright holder of each contribution.
46 See file LICENSE for terms of use.