cleanup entrypoint & install file
This commit is contained in:
parent
005fb5a07b
commit
15e4df4b32
@ -9,8 +9,7 @@ You're going to love Zammad!
|
|||||||
|
|
||||||
## What is zammad-docker-compose repo for?
|
## What is zammad-docker-compose repo for?
|
||||||
|
|
||||||
This repo is meant to be the starting point for somebody who likes to test zammad.
|
This repo is meant to be the starting point for somebody who likes to use dockerized Zammad in production.
|
||||||
If you like to run zammad in production you should use one of the DEB or RPM packages.
|
|
||||||
|
|
||||||
## Getting started with zammad-docker-compose
|
## 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
|
* docker-compose up
|
||||||
|
|
||||||
|
#### Updating Zammad
|
||||||
|
|
||||||
|
* docker-compose pull
|
||||||
|
* docker-compose up
|
||||||
|
|
||||||
### Building locally
|
### Building locally
|
||||||
|
|
||||||
* docker-compose -f docker-compose-build.yml up
|
* docker-compose -f docker-compose-build.yml up
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ZAMMAD_DIR="/home/zammad"
|
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_SERVER="puma"
|
||||||
RAILS_ENV="production"
|
RAILS_ENV="production"
|
||||||
DEBUG="no"
|
DEBUG="no"
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
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_BRANCH="unicorn"
|
||||||
|
|
||||||
# install zammad
|
# install zammad
|
||||||
echo "installing zammad..."
|
echo "installing zammad..."
|
||||||
|
Loading…
Reference in New Issue
Block a user