| @@ -39,6 +39,16 @@ mkdir production_A | |||
| cd production_A | |||
| cd .. | |||
| git clone http://git.bbh.org.in/chess/cihsr-config-production | |||
| cd cihsr-config-production | |||
| git checkout production | |||
| npm i | |||
| #TO CREATE SYMLINK | |||
| cd .. | |||
| ln -s cihsr-config-production/ config | |||
| git clone http://git.bbh.org.in/chess/ember-masonry-grid | |||
| cd ember-masonry-grid | |||
| git checkout production | |||
| @@ -98,18 +108,6 @@ cd loopback-connector-mysql | |||
| git checkout production | |||
| npm i | |||
| cd .. | |||
| git clone http://git.bbh.org.in/chess/cihsr-config-development | |||
| cd cihsr-config-development | |||
| git checkout production | |||
| npm i | |||
| cd .. | |||
| git clone http://git.bbh.org.in/chess/cihsr-config-production | |||
| cd cihsr-config-production | |||
| git checkout production | |||
| npm i | |||
| cd .. | |||
| git clone http://git.bbh.org.in/chess/cihsr-data | |||
| cd cihsr-data | |||
| @@ -254,7 +252,3 @@ cd processmanager | |||
| git checkout production | |||
| npm i | |||
| #TO CREATE SYMLINK | |||
| cd .. | |||
| ln -s cihsr-config-production/ config | |||