|  |  | @@ -41,8 +41,8 @@ cd ~ | 
		
	
		
			
			|  |  |  | cd Desktop | 
		
	
		
			
			|  |  |  | mkdir chess | 
		
	
		
			
			|  |  |  | cd chess | 
		
	
		
			
			|  |  |  | mkdir production_A | 
		
	
		
			
			|  |  |  | cd production_A | 
		
	
		
			
			|  |  |  | mkdir production_B | 
		
	
		
			
			|  |  |  | cd production_B | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | # echo "Enter instance type: eg production/production" | 
		
	
		
			
			|  |  |  | # read instancetype | 
		
	
	
		
			
			|  |  | @@ -87,6 +87,18 @@ git pull origin master | 
		
	
		
			
			|  |  |  | rm -rf package-lock.json | 
		
	
		
			
			|  |  |  | npm i --force | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | cd .. | 
		
	
		
			
			|  |  |  | git clone http://git.bbh.org.in/chess/cihsr-clientconfig-production | 
		
	
		
			
			|  |  |  | cd cihsr-clientconfig-production | 
		
	
		
			
			|  |  |  | git checkout production | 
		
	
		
			
			|  |  |  | git pull | 
		
	
		
			
			|  |  |  | git pull origin master | 
		
	
		
			
			|  |  |  | rm -rf package-lock.json | 
		
	
		
			
			|  |  |  | npm i --force | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | cd .. | 
		
	
		
			
			|  |  |  | ln -s cihsr-clientconfig-production/ clientconfig | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | cd .. | 
		
	
		
			
			|  |  |  | git clone http://git.bbh.org.in/chess/bbhverse | 
		
	
		
			
			|  |  |  | cd bbhverse |