由於我的網路是手機分享的熱點,因此需要去EC2的 安全性-傳入規則 處設定目前的ip,否則提示Connection timed out
連上後,由於目前的虛擬主機中什麼都沒有,因此先來安裝環境,這裡安裝了Quasar、Rust、Node.js、npm等等,gcc和gcc-c++不確定會不會用到,但還是先安裝了。
sudo yum update -y
sudo yum install -y gcc gcc-c++ make curl git
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
source ~/.bashrc
nvm install --lts
npm install -g @quasar/cli
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
安裝完後可以clone之前傳到github上的專案,並繼續設定nginx、資料庫等東西,但是我還想再修改一下專案,因此今天先停在這不clone,明天改完專案再繼續。