Fix permissions for your files directory:
1
| |
Fix permissions for your files directory:
1
| |
Drush 6, the current stable version, does not work with Drupal 8. We will need Drush 7 for that. See https://github.com/drush-ops/drush#drush-versions.
Drush 7 is not stable yet so we want to keep running Drush 6 for Drupal 7 but use Drush 7 with Drupal 8. Here’s how you can run multiple versions of Drush:
Get Drush 7 via git. You could clone it to your home directory.
1
| |
Setup a bash alias by adding the following line to ~/.bash_profile or ~/.bashrc.
1
| |
Reload ~/.bash_profile or ~/.bashrc.
1
| |
You should now be able to run Drush commands for drupal 8. Try clearing the cache with:
1
| |

Drupal 8 is still pretty much in development, so there is no release on drupal.org yet. The best way to get the latest Drupal 8 is via git.
git clone --branch 8.x http://git.drupal.org/project/drupal.git drupal8
Once you’ve cloned the Drupal code, set up your files (sites/default/files) directory and copy default.settings.php to settings.php. Next point your browser to your Drupal 8 codebase.
Drupal 8 installation is very similar to Drupal 7, so nothing too difficult here. Note the awesome new theme.
Here are a few things to note: