update doc, refer #401

dev
root 2019-07-15 16:51:38 +08:00
parent cd4d3a581e
commit 0c971bcf95
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
If you have a Redhat7.3 EC2 instanceand then execute the following cmds, you will get the F-Stack server in one minute
sudo -i
yum install -y git gcc openssl-devel kernel-devel-$(uname -r) bc numactl-devel mkdir make net-tools vim pciutils iproute
yum install -y git gcc openssl-devel kernel-devel-$(uname -r) bc numactl-devel mkdir make net-tools vim pciutils iproute pcre-devel zlib-devel
mkdir /data/f-stack
git clone https://github.com/F-Stack/f-stack.git /data/f-stack