Skip to content
Snippets Groups Projects

SOLURIS - Madis

Getting Started

These instructions will get you a copy of the project

git clone git@gitlab.com:soluris/madis.git

See deployment section below to deploy the project

Prerequisites

  • docker

Installing

Copy .env.dist to .env and edit it with custom values

Then Connect your docker to the GitLab with your GitLab credentials

docker login registry.gitlab.com

Finally start project by using Docker

./docker-service initialize

Basic Usages

Fixtures user

Running the tests

./docker-service tests              # Run quality tests, unit tests and functionnal tests
./docker-service unitTests          # Run unit tests
./docker-service qualityTests       # Run quality tests
./docker-service functionnalTests   # Run functionnal tests

Deployment

Development usages

  • Git process is git flow
  • Tests are written with PHP Unit
  • Code and styles must be verified by CSFixer and PHPLint before being committed, see how to configure git hooks

Built With

This project works with :

Contributors

  • BOURLARD Donovan - Initial work