mirror of https://github.com/F-Stack/f-stack.git
Update redis document.
This commit is contained in:
parent
e850874db3
commit
8ba865bafa
|
@ -7,18 +7,11 @@
|
||||||
|
|
||||||
See Intel DPDK [linux_gsg](http://dpdk.org/doc/guides/linux_gsg/index.html)
|
See Intel DPDK [linux_gsg](http://dpdk.org/doc/guides/linux_gsg/index.html)
|
||||||
|
|
||||||
## Clone F-Stack
|
## clone F-Stack
|
||||||
|
|
||||||
mkdir /data/f-stack
|
mkdir /data/f-stack
|
||||||
git clone https://github.com/F-Stack/f-stack.git /data/f-stack
|
git clone https://github.com/F-Stack/f-stack.git /data/f-stack
|
||||||
|
|
||||||
## Install libnuma-dev
|
|
||||||
|
|
||||||
# on Centos
|
|
||||||
yum install numactl-devel
|
|
||||||
# on Ubuntu
|
|
||||||
sudo apt-get install libnuma-dev
|
|
||||||
|
|
||||||
## Compile DPDK
|
## Compile DPDK
|
||||||
|
|
||||||
Read DPDK Quick Started Guide or run the command below
|
Read DPDK Quick Started Guide or run the command below
|
||||||
|
@ -79,5 +72,8 @@ The mount point can be made permanent across reboots, by adding the following li
|
||||||
|
|
||||||
cd app/redis-3.2.8/
|
cd app/redis-3.2.8/
|
||||||
make
|
make
|
||||||
make install
|
# run with start.sh
|
||||||
|
./start.sh -b ./redis-server -o /path/to/redis.conf
|
||||||
|
# or run like this:
|
||||||
|
#./redis-server --conf=config.ini --proc-type=primary --proc-id=0 /path/to/redis.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue