set zammad develop as standard

This commit is contained in:
André Bauer 2016-12-19 21:26:53 +01:00
parent cac85e853a
commit 7482af398d

View File

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
ZAMMAD_DIR="/home/zammad" ZAMMAD_DIR="/home/zammad"
#GIT_URL="https://github.com/zammad/zammad.git" GIT_URL="https://github.com/zammad/zammad.git"
#GIT_BRANCH="develop" GIT_BRANCH="develop"
GIT_URL="https://github.com/monotek/zammad.git" #GIT_URL="https://github.com/monotek/zammad.git"
GIT_BRANCH="unicorn" #GIT_BRANCH="unicorn"
FRESH_INSTALL="yes" FRESH_INSTALL="yes"
RAILS_SERVER="unicorn" RAILS_SERVER="unicorn"
DEBUG="yes" DEBUG="yes"