Giter Club home page Giter Club logo

zammad-docker's Introduction

zammad-docker

a simple zammad Docker Container based on mysql

first clone the repo

git clone https://github.com/celevra/zammad-docker.git
cd zammad-docker

then build the Docker Container

docker build -t zammad .

then start the Container and tell it the Database server and credentials and give it persistant storage on /data

docker run --name zammad --env DB_NAME=zammad --env DB_USER=zammad --env DB_PASSWORD=password --env DB_HOST=192.168.0.1 -v /storage/data:/data zammad

the container starts up and installs all needed dependencies, downloads latest zammad, start to build zammad, on first boot it sets up the database and then starts the ruby webserver. You will need to put a nginx or apache or whatever infront of it

zammad-docker's People

Contributors

celevra avatar markushackspacher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

route360

zammad-docker's Issues

Cannot build image

When i try to build this image usingdocker build -t zammad .i get the following error:

 ---> Running in 9de4e56e00c8
Successfully installed bundler-1.16.0
Parsing documentation for bundler-1.16.0
Installing ri documentation for bundler-1.16.0
Done installing documentation for bundler after 8 seconds
1 gem installed
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Your Ruby version is 2.3.1, but your Gemfile specified 2.4.1
The command '/bin/sh -c cd /opt/zammad && gem install bundler && bundle install --without test development postgres' returned a non-zero code: 18

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.