Skip to content
Snippets Groups Projects
Commit 1277698e authored by Ronan Dowling's avatar Ronan Dowling
Browse files

Adds installation to README.md

parent f8ed37b5
No related branches found
No related tags found
No related merge requests found
# Backup and Migrate for Drupal 8
The Drupal 8 rebuild of Backup and Migrate (WIP)
## Installation
This module uses composer to manage dependencies. To install from this repository:
Clone the repository into your Drupal site modules directory:
`git clone git@github.com:backupmigrate/backup_migrate_drupal.git /path/to/site/modules/backup_migrate`
Change to the module directory:
`cd /path/to/site/modules/backup_migrate`
Install using composer
`composer install`
Install the module as usual using Drush or the Drupal UI.
For more information on using composer see: https://getcomposer.org/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment