Add support for running OpenBSD in development environment.

This commit is contained in:
Vladislav Manchev
2016-01-12 14:08:43 +02:00
committed by Tim Abbott
parent 84f7a1f1ea
commit dfbea01c8f
26 changed files with 108 additions and 32 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/sh -xe
#!/usr/bin/env bash
#
# Delete the "guest" default user and replace it with a Zulip user
# with a real password
set -e
set -x
RABBITMQ_USERNAME=$("$(dirname "$0")/../../bin/get-django-setting" RABBITMQ_USERNAME)
RABBITMQ_PASSWORD=$("$(dirname "$0")/../../bin/get-django-setting" RABBITMQ_PASSWORD)