cleanup entrypoint & install file

This commit is contained in:
André Bauer 2017-01-06 16:09:55 +01:00
parent 005fb5a07b
commit 15e4df4b32
3 changed files with 8 additions and 6 deletions

View File

@ -9,8 +9,7 @@ You're going to love Zammad!
## What is zammad-docker-compose repo for?
This repo is meant to be the starting point for somebody who likes to test zammad.
If you like to run zammad in production you should use one of the DEB or RPM packages.
This repo is meant to be the starting point for somebody who likes to use dockerized Zammad in production.
## Getting started with zammad-docker-compose
@ -25,6 +24,11 @@ If you like to run zammad in production you should use one of the DEB or RPM pac
* docker-compose up
#### Updating Zammad
* docker-compose pull
* docker-compose up
### Building locally
* docker-compose -f docker-compose-build.yml up

View File

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

View File

@ -3,6 +3,8 @@
ZAMMAD_DIR="/home/zammad"
GIT_URL="https://github.com/zammad/zammad.git"
GIT_BRANCH="develop"
#GIT_URL="https://github.com/monotek/zammad.git"
#GIT_BRANCH="unicorn"
# install zammad
echo "installing zammad..."