zammad-docker-compose/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

# Welcome to Zammad
2016-12-17 11:10:51 +00:00
Zammad is a web based open source helpdesk/ticket system with many features
to manage customer communication via several channels like telephone, facebook,
twitter, chat and e-mails. It is distributed under the GNU AFFERO General Public
License (AGPL) and tested on Linux, Solaris, AIX, FreeBSD, OpenBSD and Mac OS
10.x. Do you receive many e-mails and want to answer them with a team of agents?
You're going to love Zammad!
## What is zammad-docker-compose repo for?
2016-12-17 11:10:51 +00:00
2017-01-06 15:09:55 +00:00
This repo is meant to be the starting point for somebody who likes to use dockerized Zammad in production.
2016-12-17 11:10:51 +00:00
## Getting started with zammad-docker-compose
* git clone git@github.com:monotek/zammad-docker-compose.git
* cd zammad-docker-compose
### Setting vm.max_map_count for Elasticsearch
2016-12-17 11:10:51 +00:00
* sysctl -w vm.max_map_count=262144
### Using DockerHub images
* docker-compose up
2017-01-06 15:09:55 +00:00
#### Updating Zammad
* docker-compose pull
* docker-compose up
### Building locally
* docker-compose -f docker-compose-build.yml up
## Docs
2016-12-17 11:10:51 +00:00
https://docs.zammad.org/en/latest/contributing-install-docker.html