mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-02 21:13:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			267 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			267 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
sudo service rabbitmq-server restart
 | 
						|
sudo service postgresql restart
 | 
						|
sudo service redis-server restart
 | 
						|
sudo service memcached restart
 | 
						|
source /home/zulip/.bash_profile
 | 
						|
/srv/zulip/scripts/setup/configure-rabbitmq
 | 
						|
/srv/zulip/tools/run-dev.py --interface=''
 |