This is help to deploy the project!
Detail will be found in the sub directory.
Git for linux install。
yum list |grep git
yum install git
or
wget https://github.com/git/git/archive/master.zip unzip master.zip
cd **_master
./configure
make
sudo make install
Unzip for linux install
yum list |grep unzip
yum install unzip
or
source code to install