FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
README.md 1.25 KiB
Newer Older
thewilkybarkid's avatar
thewilkybarkid committed
University of Cambridge Drupal 7 install profiles
=================================================
thewilkybarkid's avatar
thewilkybarkid committed

thewilkybarkid's avatar
thewilkybarkid committed
There are two different install profiles provided:

- University of Cambridge
- University of Cambridge (lite)

Lite profile
------------

In the lite profile the University of Cambridge theme is enabled and a few standard pieces are set up (eg images styles, front-page carousel).

This profile is useful if you would like full control over how your Drupal site is put together.

To build the lite profile execute:
thewilkybarkid's avatar
thewilkybarkid committed

    drush make --no-core --contrib-destination=. cambridge_lite.make .
thewilkybarkid's avatar
thewilkybarkid committed

And remove the `cambridge.info`, `cambridge.install`, `cambridge.make` and `cambridge.profile` files.

Full profile
------------

thewilkybarkid's avatar
thewilkybarkid committed
The full profile contains all the features of the lite profile, plus additions that helps you to quickly get going: various common modules are enabled and pre-configured to sensible defaults, while other common-but-not-always-used modules are bundled but not enabled.
thewilkybarkid's avatar
thewilkybarkid committed

This profile is useful if you don't mind following established patterns when putting your Drupal site together.

To build the full profile execute:

    drush make --no-core --contrib-destination=. cambridge.make .

And remove the `cambridge_lite.info` and `cambridge_lite.profile` files.