Update Launch_F-Stack_on_AWS_EC2_in_one_minute.md

Add depends to yum install.
dev
johnjiang 2018-11-20 14:01:41 +08:00 committed by GitHub
parent 08ff03ff42
commit f1af78b0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
yum install -y git gcc openssl-devel kernel-devel-$(uname -r) bc numactl-devel mkdir make net-tools vim pciutils iproute
mkdir /data/f-stack
git clone https://github.com/F-Stack/f-stack.git /data/f-stack