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
81bb5483fe
commit
c0784073ef
|
@ -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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue