瀏覽代碼

Updated app_server script

production
Steffan JJ 1 年之前
父節點
當前提交
9c19afbeb9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      trias_appserver_script.sh

+ 2
- 2
trias_appserver_script.sh 查看文件

@@ -2,12 +2,12 @@
cd ~
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
sudo source ~/.bashrc
nvm list-remote
nvm install v16.19.0

#ADDING GIT DOMAIN NAME TO HOSTS
echo "10.10.5.77 git.bbh.org.in" >> /etc/hosts
# echo "10.10.5.77 git.bbh.org.in" >> /etc/hosts

#PRODUCTION A SETUP
cd ~

Loading…
取消
儲存