mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	In tools/start-dockers line 7: source /home/zulip/.bash_profile ^-- SC1091: Not following: /home/zulip/.bash_profile: openBinaryFile: does not exist (No such file or directory) Signed-off-by: Anders Kaseorg <andersk@mit.edu>
		
			
				
	
	
		
			11 lines
		
	
	
		
			297 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			297 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
sudo service rabbitmq-server restart
 | 
						|
sudo service postgresql restart
 | 
						|
sudo service redis-server restart
 | 
						|
sudo service memcached restart
 | 
						|
# shellcheck source=/dev/null
 | 
						|
source /home/zulip/.bash_profile
 | 
						|
/srv/zulip/scripts/setup/configure-rabbitmq
 | 
						|
/srv/zulip/tools/run-dev.py --interface=''
 |