set zammad develop as standard
This commit is contained in:
parent
cac85e853a
commit
7482af398d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user