GithubHelp home page GithubHelp logo

albertoxamin / docker-yetiforcecrm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from efernau/docker-yetiforcecrm

0.0 2.0 0.0 23 KB

Dockerized Yetiforce CRM

Python 28.06% Shell 6.26% Dockerfile 65.67%

docker-yetiforcecrm's Introduction

YetiforceCRM Docker

A Docker Compose environment which runs YetiforceCRM in one container (php:7.2-apache)and a MySQL instance in another.

We make reasonable efforts to support our work. Submit a GitHub issue if you have a security or other general question about this Docker image.

Running with Docker Compose

  1. Install Docker and Docker Compose
  2. Run docker-compose up -d from the root of this project.
  3. Access http://{docker_host}:8000 from your web browser to finish setting up YetiforceCRM.

Running with Docker Run

If you already have MySQL installed or want to use a platform service like Amazon RDS, you can run the YetiforceCRM container seperately using Docker run. To set up YetiforceCRM using this approach, please do the following:

  1. Install Docker
  2. Run docker run --name yetiforce -e DB_HOST_NAME=yourhostname -e DATABASE_NAME=yourdatabasename -e DB_USER_NAME=yourusername -e DB_PASSWORD=yourpassword -e DB_TYPE=mysql -e DB_TCP_PORT=3306 -e DB_MANAGER=MysqlManager -p 8000:80 -d efero/yetiforcecrm
  3. Access http://{docker_host}:8000 from your web browser to finish setting up YetiforceCRM.

docker-yetiforcecrm's People

Contributors

albertoxamin avatar b4rti avatar efernau avatar

Watchers

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