Install code to China server

scp ~/Downloads/20180705-0737-awstest-multisite-testing.zip root@211.159.167.137:~/.

ssh root@211.159.167.137

mv 20180705-0737-awstest-multisite-testing.zip /opt/jetty/src/.
cd /opt/jetty/src
rm -rf webapp
sudo unzip 20180705-0737-awstest-multisite-testing.zip
cd webapp
sudo cp -rf * ../../webapps/ROOT/.

sudo service jetty restart

Comments