This exercise is to test your Drupal and Front-end skills. In this repository you will find:
- Drupal installation that you can setup with the instruction shared below
- Links to PSDs and JPG files: Here.
The Drupal installation will configure everything you need to get started. All you need to do is setup content and start theming based on the PSDs.
- You have LAMP stack running on your machine. We would recommend one of these tools:
- Composer
- Node.js
- Install Drupal core and contrib modules using:
composer install
- Update
settings.php
to define the database connection. - Setup the website with configuration import:
drush site-install config_installer config_installer_sync_configure_form.sync_directory=../config/sync --account-name=admin --account-pass=admin --yes
- Your user name and password to login to Drupal would be
admin
andadmin
.
- Your user name and password to login to Drupal would be
- Setup and usage instructions for the theme can be found here.
- Create at least 5 sample
Article
andTestimonial
nodes. - Create a
Landing Page
content type node and populate it as per the designs. - Populate content for:
- Main Menu
- Social Links Menu
- Copyrights block
- Set up your github.com account if you don't already have one.
- Clone the repository
- Push your changes as a public repo in GitHub and submit the link