10 lines
184 B
Bash
10 lines
184 B
Bash
#!/bin/bash
|
|
|
|
ZAMMAD_DIR="/home/zammad"
|
|
GIT_URL="https://github.com/monotek/zammad.git"
|
|
GIT_BRANCH="unicorn"
|
|
FRESH_INSTALL="no"
|
|
RAILS_SERVER="unicorn"
|
|
DEBUG="no"
|
|
RAILS_ENV="production"
|