Skip to content

thecodingmachine/quiz-demo-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz demo: Mouf + Wordpress

This repository contains a PHP Quiz demo application, running on Drupal.

You can access the website by browsing http://demoquiz-drupal.mouf-php.com/quiz

It is part of a wider demo, showcasing how to deploy on same code in many different environments.

The quiz code is stored in the thecodingmachine/quiz-module package. It contains a generic PSR-7 compatible controller. Using Mouf and a set of appropriate packages, the controller can then be deployed in a set of different environments:

Installation

  • Clone the repository
  • Run composer install
  • Browse to the website root directory and run Drupal install
  • Browse to http://[your-website]/[path-to-drupal]/vendor/mouf/mouf and run Mouf install process
  • Configure the RewriteBase setting in the .htaccess file (if needed)
  • Connect to the Drupal admin, and enable the Druplash module
  • Enable the Clean URLs settings: Administration > Configuration > Clean URLs
  • Purge all Drupal caches: Administration > Configuration > Performance > Clear all caches
  • You are done!
  • Now, simply browse to: http://[your-website]/[path-to-drupal]/quiz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages