mirror of https://github.com/zulip/zulip.git
11 lines
305 B
Bash
Executable File
11 lines
305 B
Bash
Executable File
#!/usr/bin/env 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=''
|