2017 © Pedro Peláez
 

drupal-profile shade

A Drupal distribution based on Lightning, with commonly used components.

image

shahinam/shade

A Drupal distribution based on Lightning, with commonly used components.

  • Tuesday, March 13, 2018
  • by shahinam
  • Repository
  • 2 Watchers
  • 2 Stars
  • 20 Installations
  • Shell
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Drupal Shade

Shade is built using Acquia Lightning distibution., (*1)

Installing

The easiest way to install is using Composer-based project template., (*2)

$ composer create-project shahinam/shade-project MY_PROJECT

Alternatively, you can build using the provided scripts., (*3)

$ git clone git@github.com:shahinam/shade.git
$ cd shade
$ ./scripts/build.sh ~/Sites/myproject

This will build the project in the provided destination i.e ~/Sites/myproject in this case., (*4)

NOTE: This will base your build based on current branch, if you want build from a different branch or tag. Use git checkout command to switch to the intended branch or tag., (*5)

Developing locally and contributing

If you'd like to contribute, you will need to setup dev build locally. Use the command below to achive this., (*6)

$ git clone git@github.com:shahinam/shade.git
$ cd shade
$ ./scripts/build-dev.sh shade-dev

This will create the build shade-dev in the same parent directory as shade. The new build will have a composer dependency on your local clone of shade via a ../shade symlink. You can therefore make changes to files in shade and see them immediately reflected in your dev build., (*7)

Basic composer usage

Install a module

composer require drupal/<module-name>

Examples, (*8)

composer require drupal/devel
composer require drupal/ctools

This will install latest available version. If you want to specify a version, (*9)

composer require drupal/<module-name>:<version>

Update a module

composer update drupal/<module-name>

The Versions

13/03 2018

3.x-dev

3.9999999.9999999.9999999-dev

A Drupal distribution based on Lightning, with commonly used components.

  Sources   Download

MIT

The Requires

 

29/12 2017

2.x-dev

2.9999999.9999999.9999999-dev

A Drupal distribution based on Lightning, with commonly used components.

  Sources   Download

MIT

The Requires

 

29/12 2017

2.1.0

2.1.0.0

A Drupal distribution based on Lightning, with commonly used components.

  Sources   Download

MIT

The Requires

 

02/07 2017

dev-8.x-2.x

dev-8.x-2.x

A Drupal distribution based on Lightning, with commonly used components.

  Sources   Download

MIT

The Requires

 

29/06 2017

2.0.1

2.0.1.0

A Drupal distribution based on Lightning, with commonly used components.

  Sources   Download

MIT

The Requires

 

29/06 2017

2.0.0

2.0.0.0

A Drupal distribution based on Lightning, with commonly used components.

  Sources   Download

MIT

The Requires