Giter VIP home page Giter VIP logo

docker-livehelperchat's Introduction

docker-livehelperchat

LiveHelperChat docker image

docker run --name lhc -d -p 80:80 cthulhu666/docker-livehelperchat

open your browser on http://localhost and enjoy!

Quickstart with Docker Compose ( https://docs.docker.com/compose/ )

Create .env file with following content (adjust to your needs):

MYSQL_DATABASE=lhc
MYSQL_USER=lhc
MYSQL_PASSWORD=lhc
MYSQL_RANDOM_ROOT_PASSWORD=true

Run docker-compose up, open your browser at http://localhost:8080/ and setup your LiveHelperChat instance (use db as database host!)

...or

Setup it using HTTPie (https://httpie.org/):

http POST localhost:8080/index.php/site_admin/install/install/1
http --form POST localhost:8080/index.php/site_admin/install/install/2 DatabaseUsername=lhc DatabasePassword=lhc DatabaseHost=db DatabasePort=3306 DatabaseDatabaseName=lhc
http --form POST localhost:8080/index.php/site_admin/install/install/3 AdminUsername=admin AdminPassword=mysecretpassword AdminPassword1=mysecretpassword [email protected] DefaultDepartament=head AdminName= AdminSurname=

(of course you can use e.g. curl to do it)

Enjoy :)

docker-livehelperchat's People

Contributors

cthulhu666 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.