Music Registration is a web application for registering all things music. You can register artists, producers, albums, songs, and ads. The application also handles user roles; admin, editor, and writer.
This Drupal website is my implementation for the first project in the T-430-TOVH 3 week course at Reykjavik University.
-
Start by downloading the image files.
-
Place the downloaded files into the web/sites/default/files directory.
-
Use the package manager composer to install the dependencies.
composer install
- Use ddev to run the docker containers required for Drupal.
ddev start
- Import the database using ddev.
ddev import-db --src=database/database.sql.gz
- Navigate to the website url in your preferred browser.
See the README file in \web\modules\custom\music_search for details.