Browse Source

Updated app_server script

production
Steffan JJ 1 year ago
parent
commit
9c19afbeb9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      trias_appserver_script.sh

+ 2
- 2
trias_appserver_script.sh View File

cd ~ 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
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
sudo source ~/.bashrc
nvm list-remote nvm list-remote
nvm install v16.19.0 nvm install v16.19.0


#ADDING GIT DOMAIN NAME TO HOSTS #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 #PRODUCTION A SETUP
cd ~ cd ~

Loading…
Cancel
Save