debricked/database-updater

dev-master 2020-02-13 17:34 UTC

This package is auto-updated.

Last update: 2024-03-29 04:05:31 UTC


README

Build Status Latest Stable Version

Command Line Tool (CLI) for updating on site deployments of Debricked.

Code contributions

Run tests

All contributions are greatly welcome! To help you get started we have a included a Dockerfile which provides a environment capable of running the whole application and related tests.

Prerequisites

Configure and run test environment

  1. Create a .env.test.local file in the root directory (alongside this README) containing:
DEBRICKED_USERNAME=your debricked username
DEBRICKED_PASSWORD=your debricked password
  1. Run tests! You can now run the tests locally by executing ./localTest.sh in your terminal.

Best practises

We try to follow Symfony's best practises as much as possible when developing. You can read more about them here https://symfony.com/doc/current/best_practices/business-logic.html