factorial-io/fabalicious

This package is abandoned and no longer maintained. No replacement package was suggested.

deployment system based on fabric

Installs: 2 699

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 12

Forks: 2

Open Issues: 13

Language:Python

Type:composer-plugin

2.3.1 2018-05-10 13:46 UTC

README

Fabalicious is deprecated in favor of phabalicious which is available in a stable version now. Fabalicious will only receive important bugfixes.

How does fabalicious work in two sentences

Fabalicious uses a configuration file with a list of hosts and ssh and optionally tools like composer, drush, git, docker or custom scripts to run common tasks on remote machines. It is slightly biased to drupal-projects but it works for a lot of other types of projects.

Fabalicious is using fabric to run tasks on remote machines. The configuration-file contains a list of hosts to work on. Some common tasks are:

  • deploying new code to a remote installation
  • reset a remote installation to its defaults.
  • backup/ restore data
  • copy data from one installation to another
  • optionally work with our docker-based development-stack multibasebox

Documentation

You'll find extensive documentation in the docs-folder or here