Browse Source

branch change

master
samuel 1 year ago
parent
commit
4e99c58fc1
1 changed files with 35 additions and 35 deletions
  1. 35
    35
      linux_setup.sh

+ 35
- 35
linux_setup.sh View File

@@ -43,7 +43,7 @@ cd development_A

git clone http://git.bbh.org.in/chess/cihsr-config-development
cd cihsr-config-development
git checkout development
git checkout master
npm i

#TO CREATE SYMLINK
@@ -52,7 +52,7 @@ ln -s cihsr-config-development/ config

git clone http://git.bbh.org.in/chess/cihsr-data
cd cihsr-data
git checkout development
git checkout master
npm i

cd ..
@@ -60,187 +60,187 @@ ln -s cihsr-data/ data

git clone http://git.bbh.org.in/chess/ember-masonry-grid
cd ember-masonry-grid
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/bbhverse
cd bbhverse
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/clientverse
cd clientverse
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/serververse
cd serververse
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/elxr
cd elxr
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/ember-searchable-select
cd ember-searchable-select
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-component-jsonapi
cd loopback-component-jsonapi
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-jsonapi-model-serializer
cd loopback-jsonapi-model-serializer
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-connector-mysql
cd loopback-connector-mysql
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-connector-ds
cd loopback-connector-ds
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/chess-server-lib
cd chess-server-lib
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/setup
cd setup
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/ember-service-worker
cd ember-service-worker
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/ember-service-worker-asset-cache
cd ember-service-worker-asset-cache
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/ember-service-worker-cache-fallback
cd ember-service-worker-cache-fallback
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/ember-service-worker-index
cd ember-service-worker-index
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/ember-sw-client-route
cd ember-sw-client-route
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/global-this
cd global-this
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/ember-cp-validations
cd ember-cp-validations
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-connector
cd loopback-connector
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback
cd loopback
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-datasource-juggler
cd loopback-datasource-juggler
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-connector-mssql
cd loopback-connector-mssql
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-filters
cd loopback-filters
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/loopback-connector-sqlite3
cd loopback-connector-sqlite3
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/cihsr-server
cd cihsr-server
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/bbh_patient_portal
cd bbh_patient_portal
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/project-genesis-frontend
cd project-genesis-frontend
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/project-genesis-backend
cd project-genesis-backend
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/processmanager
cd processmanager
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/client
cd client
git checkout development
git checkout master
npm i
bower install
node_modules/.bin/bower install
@@ -248,13 +248,13 @@ node_modules/.bin/bower install
cd ..
git clone http://git.bbh.org.in/chess/chess-client-lib
cd chess-client-lib
git checkout development
git checkout master
npm i

cd ..
git clone http://git.bbh.org.in/chess/elixir-client
cd elixir-client
git checkout development
git checkout master
npm i

cd chess-client-lib

Loading…
Cancel
Save