Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electric-eloquence/fepper-drupal7-files
Files and instructions to adapt Fepper for Drupal 7
https://github.com/electric-eloquence/fepper-drupal7-files
drupal drupal-7 fepper theme
Last synced: 8 days ago
JSON representation
Files and instructions to adapt Fepper for Drupal 7
- Host: GitHub
- URL: https://github.com/electric-eloquence/fepper-drupal7-files
- Owner: electric-eloquence
- License: mit
- Created: 2017-05-25T16:25:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T23:28:29.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T00:12:27.782Z (2 months ago)
- Topics: drupal, drupal-7, fepper, theme
- Language: CSS
- Homepage: https://fepper.io/?project=drupal
- Size: 5.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fepper for Drupal 7
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/drupal` in Fepper for Drupal 8 with the unpacked `drupal` directory.
* Replace `fepper-drupal-mysqldump.sql` in Fepper for Drupal 8 with
`fepper-drupal-mysqldump.sql` from this repository.
* Replace `pref.yml` in Fepper for Drupal 8 with `pref.yml` from this repository.
* Replace `source` in Fepper for Drupal 8 with `source` from this repository.
* Copy `fepper` from this repository to `backend/drupal/sites/all/themes/`
* Copy `fepper_sub` from this repository to `backend/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.local` to 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.php` file by running the
Drupal 7 installation script.
* Download and enable the
CTools and
Views modules.
* Replace `backend/drupal/sites/default/files` in Fepper for Drupal 8 with the
`files` directory from this repository.
* Restore `fepper-drupal-mysqldump.sql` into your MySQL database.
* `drush updatedb`
* `drush cc all`
* Open http://d7.local in a browser.
* Log into Drupal with `admin:admin`