Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/district09/robo-digipolis-symfony
The Symfony task runner implementation. Extends robo-digipolis-helpers and implements the abstract functions to make the entire flow Symfony specific.
https://github.com/district09/robo-digipolis-symfony
d09check22 robo robo-digipolis-symfony robo-tasks symfony web
Last synced: 12 days ago
JSON representation
The Symfony task runner implementation. Extends robo-digipolis-helpers and implements the abstract functions to make the entire flow Symfony specific.
- Host: GitHub
- URL: https://github.com/district09/robo-digipolis-symfony
- Owner: district09
- License: mit
- Created: 2017-03-13T09:23:10.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-04T12:13:05.000Z (5 months ago)
- Last Synced: 2024-08-10T09:13:24.239Z (3 months ago)
- Topics: d09check22, robo, robo-digipolis-symfony, robo-tasks, symfony, web
- Language: PHP
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robo Digipolis Symfony
[![Latest Stable Version](https://poser.pugx.org/digipolisgent/robo-digipolis-symfony/v/stable)](https://packagist.org/packages/digipolisgent/robo-digipolis-symfony)
[![Latest Unstable Version](https://poser.pugx.org/digipolisgent/robo-digipolis-symfony/v/unstable)](https://packagist.org/packages/digipolisgent/robo-digipolis-symfony)
[![Total Downloads](https://poser.pugx.org/digipolisgent/robo-digipolis-symfony/downloads)](https://packagist.org/packages/digipolisgent/robo-digipolis-symfony)
[![License](https://poser.pugx.org/digipolisgent/robo-digipolis-symfony/license)](https://packagist.org/packages/digipolisgent/robo-digipolis-symfony)[![Build Status](https://travis-ci.org/digipolisgent/robo-digipolis-symfony.svg?branch=develop)](https://travis-ci.org/digipolisgent/robo-digipolis-symfony)
[![Maintainability](https://api.codeclimate.com/v1/badges/dce687535f6482464538/maintainability)](https://codeclimate.com/github/digipolisgent/robo-digipolis-symfony/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/dce687535f6482464538/test_coverage)](https://codeclimate.com/github/digipolisgent/robo-digipolis-symfony/test_coverage)
[![PHP 7 ready](https://php7ready.timesplinter.ch/digipolisgent/robo-digipolis-symfony/develop/badge.svg)](https://travis-ci.org/digipolisgent/robo-digipolis-symfony)## Available commands
These commands are available:
```bash
digipolis:backup-symfony Create a backup of files (storage folder) and database.
digipolis:build-symfony Build a Symfony site and package it.
digipolis:clean-dir Partially clean directories.
digipolis:clear-op-cache Command digipolis:database-backup.
digipolis:database-backup Command digipolis:database-backup.
digipolis:database-restore Command digipolis:database-restore.
digipolis:deploy-symfony Build a Symfony site and push it to the servers.
digipolis:download-backup-symfony Download a backup of files (storage folder) and database.
digipolis:init-symfony-remote Install or update a Symfony remote site.
digipolis:install-symfony Install the Symfony site in the current folder.
digipolis:package-project
digipolis:push-package Command digipolis:push-package.
digipolis:restore-backup-symfony Restore a backup of files (storage folder) and database.
digipolis:switch-previous Switch the current release symlink to the previous release.
digipolis:sync-symfony Sync the database and files between two Symfony sites.
digipolis:theme-clean
digipolis:theme-compile
digipolis:update-symfony Executes database updates of the Symfony site in the current folder.
digipolis:upload-backup-symfony Upload a backup of files (storage folder) and database to a server.
```