Coder Social home page Coder Social logo

phpci's Introduction

README

⚠️ This project is no longer maintained. ⚠️

Usage

An example of usage is provided with docker-compose:

# Override docker-compose

cat > docker-compose.override.yml << "EOF"
version: '2.3'

services:
    master:
        environment:
            - 'PHPCI_DB_PASSWORD=${PHPCI_DB_PASSWORD}'
        ports:
            - '80:80'

    mysql:
        environment:
            - 'MYSQL_PASSWORD=${PHPCI_DB_PASSWORD}'
            - 'MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}'

    worker:
        environment:
            - 'PHPCI_DB_PASSWORD=${PHPCI_DB_PASSWORD}'
EOF

# Prepare the system

export MYSQL_ROOT_PASSWORD="96bb5db7-0f0f-4758-af6f-c8dd4a9fe058"
export PHPCI_DB_PASSWORD="6e737f0e-8641-4894-8d74-87d161841bc6"

# Start the project

docker-compose up -d

# Create an admin

docker-compose exec --user www-data master php /opt/phpci/console phpci:create-admin

# Increase (or decrease) the number of workers

docker-compose scale worker=2

# Go to the URL "localhost"

Note: Don't forget to change the MySQL password. Use bin/generate-secret if you want to generate a strong token.

Links

phpci's People

Contributors

mauchede avatar

Stargazers

Valentin Ouvrard avatar Dmitry Khomutov avatar

Watchers

James Cloos avatar Vincent Pélisset avatar

Forkers

vinpel

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.