10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
ZAMMAD_DIR="/home/zammad"
|
||
|
GIT_URL="https://github.com/zammad/zammad.git"
|
||
|
GIT_BRANCH="develop"
|
||
|
FRESH_INSTALL="no"
|
||
|
RAILS_SERVER="puma"
|
||
|
DEBUG="no"
|
||
|
RAILS_ENV="production"
|