Documentation: HOMEWORK: Explore Drupal 8 UI

Created on 31 Aug 2016  路  5Comments  路  Source: Islandora/documentation

For the front-endians of Islandora, let's do a local install of Drupal 8 and get to know it better. Build some pages, set up users, play with permissions, etc. So we can be better informed when making suggestions about how CLA's UI should work.

drupal newbie

Most helpful comment

Awesome! I feel like I'm contributing already-- I've just caused a ticket to be closed!

All 5 comments

http://simplytest.me/ is a pretty quick way to throw up a sandbox to play with. It only lives for a 1/2 hour, but it spins up in moments and provides user1 access to a real live Drupal 8 site.

thom8 has a beetbox-based D8 vagrant box at https://packagist.org/packages/thom8/drupal8-vagrant

It is dead simple to launch.

Requirements

  • Composer
  • Vagrant >= 1.8
  • Virtualbox
  • Vagrant Hostsupdater

Installation

Open terminal (or git bash for windows users) and run the following commands --

composer create-project thom8/drupal8-vagrant drupal8-vagrant && cd $_
vagrant up
Go to http://d8.local/

  • username: admin
  • password: admin

This speeds right along until it comes to the drush make section. It isn't dead. Just give it time.

Subsequent launches are snappy.

I'd be happy to cut on this ticket, but it's not clear to me what the product is. Is what is desired some kind of comparison between D8 and some other system?

@ajs6f it's a holdover from when we still had regular sprints, to have a ticket in for people who were joining to learn & research rather than output. Might be time to close it out, since it doesn't really fit how we're operating now.

Awesome! I feel like I'm contributing already-- I've just caused a ticket to be closed!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ruebot picture ruebot  路  3Comments

acoburn picture acoburn  路  4Comments

dannylamb picture dannylamb  路  3Comments

dannylamb picture dannylamb  路  3Comments

akuckartz picture akuckartz  路  3Comments