forked from External/greenlight
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			109 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			109 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
bundle exec rake db:create
 | 
						|
bundle exec rake db:migrate
 | 
						|
 | 
						|
exec bundle exec puma -C config/puma.rb
 |