By editor, 12 January, 2016 Install Drupal 8 - Requirements Tags Drupal 8 Server System requirements: Database MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with PDO and an InnoDB-compatible primary storage engine, PostgreSQL 9.1.2 or higher with PDO, SQLite 3.6.8 or higher
By editor, 11 January, 2016 Useful Drush commands Tags Drupal 8 Drupal 7 Drush Shell To handle drupal with drust, First of all, you must install drush, and execute drush command from your drupal instalation folder.
By editor, 11 January, 2016 Some Features commands (drush) Tags Shell Drush Features Enable a Features drush en feature_name Revert a feature drush fr freture_name Revert all features drush fra -y #OR Also drush fr-all
By editor, 6 January, 2016 Git - Create new branche, push and merge Tags Git Code git checkout -b // TO TEST git branch <branche> // TO TEST
By editor, 6 January, 2016 Install drush on Widows Tags Drupal 8 Drupal 7 Windows Install drush on Windows (link : http://www.drush.org/en/master/install-alternative/)