The documentation for Fepper for Drupal 7 does not vary from the documentation for Fepper for Drupal 8. As such, there does not exist enough justification to maintain a separate Fepper distribution for Drupal 7. Instead, populate your Fepper for Drupal 8 project with the Drupal 7 backend and patterns:
- Download the latest release of Fepper for Drupal 8.
- Unpack the Fepper for Drupal 8 download.
- Download the latest release of Drupal 7.
- Unpack the Drupal 7 download.
- Rename the unpacked Drupal 7 directory to
drupal - Replace
backend/drupalin Fepper for Drupal 8 with the unpackeddrupaldirectory. - Replace
fepper-drupal-mysqldump.sqlin Fepper for Drupal 8 withfepper-drupal-mysqldump.sqlfrom this repository. - Replace
pref.ymlin Fepper for Drupal 8 withpref.ymlfrom this repository. - Replace
sourcein Fepper for Drupal 8 withsourcefrom this repository. - Copy
fepperfrom this repository tobackend/drupal/sites/all/themes/ - Copy
fepper_subfrom this repository tobackend/drupal/sites/all/themes/
If you wish to replicate the look and feel of the Fepper demo site (as per the screenshot) in your Drupal 7 backend, follow these instructions:
- Configure
d7.localto be the hostname in your web server configs. - Configure
backend/drupal(correctly pathed) to be the document root for this host. - Restart the web server.
- Create a MySQL database.
- Create a
settings.phpfile by running the Drupal 7 installation script. - Download and enable the CTools and Views modules.
- Replace
backend/drupal/sites/default/filesin Fepper for Drupal 8 with thefilesdirectory from this repository. - Restore
fepper-drupal-mysqldump.sqlinto your MySQL database. drush updatedbdrush cc all- Open http://d7.local in a browser.
- Log into Drupal with
admin:admin