In order for a developer to run DiceCloud locally, all they need to do is run `docker-compose up --build`. This does take a very long time to execute but prevents a developer from needing to deal with configuration.
		
			
				
	
	
		
			5 lines
		
	
	
		
			69 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			69 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
set -o errexit -o nounset
 | 
						|
cd DiceCloud/app
 | 
						|
meteor npm install
 | 
						|
meteor
 |