Skip to content

Installation

John VanDyk edited this page Feb 9, 2017 · 9 revisions

Installing on a Luggage_ISU 5.x Installation

Luggage_ISU 5.x comes with a submodule pointer to this repository, so there is no need for installation other than using git to initialize your submodules.

Installing on a Stock Installation of Drupal 7

  1. Download the Omega base theme (7.x-3.x-dev) to your sites/all/themes folder
  2. Download suitcase_interim to your sites/all/themes folder
  3. In your browser, navigate to Administration / Appearance, click "Enable and set default" under Suitcase Interim.
  4. On that same page, set your site administration theme to Seven and save.
  5. Visit Administration / Appearance / Settings / Suitcase Interim to configure your site header
  6. Visit Administration / Structure / Block and place the Search Form block in the Search region
  7. If you want the front panel page that used to be included with suitcase_config, you will need to download the suitcase_interim_frontpanel module to your sites/all/modules folder

If you have drush installed you can do steps 1-4 with this code:

cd sites/all/themes
curl -O https://ftp.drupal.org/files/projects/omega-7.x-3.x-dev.zip
unzip omega-7.x-3.x-dev.zip && rm omega-7.x-3.x-dev.zip 
drush en omega suitcase_interim -y
drush vset admin_theme seven