mirror of https://github.com/F-Stack/f-stack.git
Update Launch_F-Stack_on_AWS_EC2_in_one_minute.md
Add depends to yum install.
This commit is contained in:
parent
08ff03ff42
commit
f1af78b0a8
|
@ -3,7 +3,7 @@
|
||||||
If you have a Redhat7.3 EC2 instance,and then execute the following cmds, you will get the F-Stack server in one minute
|
If you have a Redhat7.3 EC2 instance,and then execute the following cmds, you will get the F-Stack server in one minute
|
||||||
|
|
||||||
sudo -i
|
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
|
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
|
||||||
|
|
Loading…
Reference in New Issue