Skip to content

Commit

Permalink
INSTALL file added BETATESTING.txt removed
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jul 5, 2010
1 parent d06a5b2 commit 70a214c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
9 changes: 0 additions & 9 deletions BETATESTING.txt

This file was deleted.

19 changes: 19 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
To compile Redis, do the following:

cd src; make

The compilation will produce a redis-server binary.
Copy this file where you want.

Run the server using the following command line:

/path/to/redis-server

This will start a Redis server with the default configuration.

Otherwise if you want to provide your configuration use:

/path/to/redis-server /path/to/redis.conf

You can find an example redis.conf file in the root directory
of this source distribution.

0 comments on commit 70a214c

Please sign in to comment.