Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debricked/debricked-database-updater
Command Line Tool (CLI) for updating on site deployments of Debricked.
https://github.com/debricked/debricked-database-updater
Last synced: about 1 month ago
JSON representation
Command Line Tool (CLI) for updating on site deployments of Debricked.
- Host: GitHub
- URL: https://github.com/debricked/debricked-database-updater
- Owner: debricked
- License: gpl-3.0
- Created: 2020-02-06T20:30:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T08:58:17.000Z (over 4 years ago)
- Last Synced: 2024-04-24T17:41:14.772Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debricked-database-updater
[![Build Status](https://travis-ci.com/debricked/debricked-database-updater.svg?branch=master)](https://travis-ci.com/debricked/debricked-database-updater)
[![Latest Stable Version](https://poser.pugx.org/debricked/database-updater/v/stable)](https://packagist.org/packages/debricked/database-updater)Command Line Tool (CLI) for updating on site deployments of [Debricked](https://debricked.com).
## 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
- [Docker](https://docs.docker.com/install/)#### Configure and run test environment
1. Create a .env.test.local file in the root directory (alongside this README) containing:
```text
DEBRICKED_USERNAME=your debricked username
DEBRICKED_PASSWORD=your debricked password
```
2. 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