Giter VIP home page Giter VIP logo

diamantedesk-docker's Introduction

DiamanteDesk

DiamanteDesk is an independent support ticket system which is designed to listen to your customers and quickly react to satisfy their needs. Currently, it can be easily integrated into the Oro platform but in the short run it will be available for other CRM systems.

To get more information about DiamanteDesk, click here.

How to Use Docker Image

Prerequisites

Docker should be properly installed before this image is used. To learn more information about Docker, click here.

The database is not included in the image, so you need to link another container with database installed.

Optionally, you can use make file to build an image and run/stop containers.

Run DiamanteDesk Application Using Makefile

  1. Download Makefile to the folder of your choise.
  2. Run make runall in that folder.
  3. Go to http://127.0.0.1 (or check boot2docker ip if you are running docker inside the boot2docker).
  4. Run make stopall to stop application and db containers.
  5. Run make killall to stop and delete application and db containers.

Run DiamanteDesk Application with Docker CLI

  1. Run DB container:

      docker run --name mysql56_diamante 
      -e MYSQL_ROOT_PASSWORD={set root password}
      -e MYSQL_DATABASE=diamantedesk 
      -e MYSQL_USER=diamantedesk
      -e MYSQL_PASSWORD={set user password} 
      -d mysql:5.6
    
  2. Run application container and link DB:

      docker run 
      --name diamante
      -p 80:80 -p 8080:8080 
      --link mysql56_diamante:{DB alias}
      -d eltrino/diamante_desk
    

Set {DB alias} to any value you want and use it as DB hostname during installation.

Notes

As an application in this image is not installed, you have to proceed with web installer instructions. The possibility to install application automatically is coming soon.

diamantedesk-docker's People

Contributors

krasilich avatar

Watchers

Adriano Aguiar avatar James Cloos avatar

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.