Skip to content

cvilleger/slack-bot

Repository files navigation

github codecov

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them?

Install

Override default ports

  • Create your docker-compose.override.yaml file
cp docker-compose.override.yaml.dist docker-compose.override.yaml

Create custom envs

  • Create your .env.local file
cp .env .env.local

Build & up containers, then install dependencies

docker-compose up -d
docker-compose exec --user=application web composer install

Inside web container, install dependencies

composer install

Tests

./vendor/bin/simple-phpunit --coverage-clover coverage.xml

About

Yet Another Slack Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published