trysoft/millipede

There is no license information available for the latest version (1.0.0.0) of this package.

Small project based on docker symfony for randomly choose developers for code review

1.0.0.0 2018-06-08 12:59 UTC

This package is auto-updated.

Last update: 2024-03-29 02:42:13 UTC


README

Short project for random selection Code Review order

tech info

docker + nginx + php7-fpm + phalcon

Project install

  1. Clone project from github
  2. Go to millipede folder
  3. run: docker-compose build
  4. run: docker-compose up
  5. put in your hosts file: 172.19.0.4 dev.millipede.local

After that millipede should be available from 172.19.0.4 or http://dev.millipede.local

Email send

If you want to send email to developers with millipede you have to set in file millipede/docker/php-fpm/ssmtp/ssmtp.conf:

  1. root=example@gmail.com email address
  2. AuthUser=example auth username
  3. AuthPass=123456 auth password