Code Monkey home page Code Monkey logo

getrector.org's Introduction

Run via docker

docker-compose up

Voilá!

MySQL is published to localhost on port 3307.

Customization

  • Use .env.local to customize environment variables.
  • Use docker-compose.override.yml to customize Docker setup.

To change published MySQL port use:

GETRECTOR_ORG_MYSQL_PORT=33306 docker-compose up

Running with Xdebug

If you want to use xdebug, here is example docker-compose.override.yml that will enable xdebug (do not forget to change ip address):

version: "3.7"
services:
    web:
        build:
            context: .
            target: xdebug
            dockerfile: Dockerfile
        environment:
            XDEBUG_CONFIG: "client_host=172.16.165.1"
            PHP_IDE_CONFIG: "serverName=getrector_org"

Then re-build your image so it contains xdebug extension:

docker-compose down
docker-compose up --build

Troubleshooting

Sometimes, you might have outdated Docker images locally, to update, please run:

bin/pull-docker-images.sh

getrector.org's People

Contributors

dependabot[bot] avatar gauravmak avatar github-actions[bot] avatar honzajavorek avatar ikvasnica avatar janmikes avatar martyan avatar ordago avatar orklah avatar ruudk avatar samsonasik avatar staabm avatar tomasvotruba avatar zingimmick avatar

Watchers

 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.