mirror of
https://github.com/fluencelabs/redis
synced 2025-03-15 15:10:49 +00:00
INSTALL now redirects the user to README
This commit is contained in:
parent
7441fcdd56
commit
3508899944
31
INSTALL
31
INSTALL
@ -1,30 +1 @@
|
|||||||
To compile Redis, do the following:
|
See README
|
||||||
|
|
||||||
cd src; make
|
|
||||||
|
|
||||||
The compilation will produce a redis-server binary.
|
|
||||||
|
|
||||||
To install Redis, use
|
|
||||||
|
|
||||||
make install
|
|
||||||
|
|
||||||
and all the binaries will be installed on /usr/local/bin.
|
|
||||||
|
|
||||||
Alternatively:
|
|
||||||
|
|
||||||
make PREFIX=/some/other/directory install
|
|
||||||
|
|
||||||
to have the binaries in /some/other/directory/bin.
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user