The Drupal 8 Console will sync Drupal 8 Beta releases
Jesus Manuel Olivas
November 01, 2014
During the development of the console the project have been in syncronization with the development branch of Drupal 8.
This make sense at the begining of the project when Drupal 8 was in Alpha state.
Since DrupalCon Amsterdam Drupal Beta 01 version has been released for testing and feedback and after some discussion with David Flores the other co-maintainer of the project we decide to keep the project in syncronization with Drupal Beta releases.
Make easier for anyone trying to test the console project, since they do not need to keep in sync with every single release and use a bleeding edge version of Drupal 8.
Install Drupal 8 using drush in order to try the Console project
$ drush dl drupal-8.0.0-beta2
$ mv drupal-8.0.0-beta2 drupal8.dev
$ drush si standard --db-url=mysql://root:[email protected]/drupal
--site-name=drupal8.dev --account-name=admin --account-pass=admin
[email protected] -y
Our team has several years of experience working with traditional CMS as Drupal and Wordpress and more than a couple of years using those systems as Headless CMS and providing integrations with modern front-end tools as GatsbyJS, NextJS and others.