Files
zulip/tools/test-all-docker
Tim Abbott 101820bc29 Move docker development environment scripts to tools/.
scripts/ is for scripts which are used in production.
2016-06-27 13:38:06 -07:00

9 lines
206 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/tools/test-all