claudinec / claudinechionh

Drupal code for Claudine Chionh website
http://claudinec.net/
GNU General Public License v2.0
0 stars 0 forks source link

Upgrade to Drupal 8 #1

Open claudinec opened 8 years ago

claudinec commented 8 years ago

First do this in the ~/Sites directory:

composer create-project drupal-composer/drupal-project:8.x-dev some-dir --stability dev --no-interaction
claudinec commented 8 years ago

Then add git remote.

claudinec commented 8 years ago

Tried to install backup_migrate, but:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for drupal/backup_migrate 8.4.*@dev -> satisfiable by drupal/backup_migrate[8.4.x-dev].
    - drupal/backup_migrate 8.4.x-dev requires backupmigrate/core dev-master -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
claudinec commented 8 years ago

OPCache is recommended.

claudinec commented 8 years ago

Maybe use Migrate instead of Backup and Migrate.