Browse Source

Updated app_server_script for folder structure

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

+ 2
- 1
trias_appserver_script.sh View File

mkdir chess mkdir chess
cd chess cd chess
mkdir production_A mkdir production_A
cd production_A
git clone http://git.bbh.org.in/chess/project-genesis-backend git clone http://git.bbh.org.in/chess/project-genesis-backend
cd project-genesis-backend cd project-genesis-backend
git checkout production git checkout production
#PRODUCTION B SETUP #PRODUCTION B SETUP
cd ~ cd ~
cd Desktop cd Desktop
mkdir chess
cd chess cd chess
mkdir production_B mkdir production_B
cd production_B
git clone http://git.bbh.org.in/chess/project-genesis-backend git clone http://git.bbh.org.in/chess/project-genesis-backend
cd project-genesis-backend cd project-genesis-backend
git checkout production git checkout production

Loading…
Cancel
Save