Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.12 KB

Drupal Data Storage Finder (DSF)

A Drupal-based framework for discovering and exploring data storage resources.

Quickstart

git clone git@github.com:uvalib/drupal-dsf.git
cd drupal-dsf
ddev start
./scripts/update-db-from-remote.sh
ddev drush cr
ddev launch

Requirements

Development

Local Development with DDEV

This project uses DDEV for local development. DDEV provides a consistent development environment using Docker containers.

Theme Development

The custom theme uva_dsf_usdws is located in web/themes/custom/uva_dsf_usdws. This theme is maintained in a separate GitHub repository and is included as a Composer dependency.

Theme development should be done in the theme's own repository at:

Any theme changes should be committed and pushed to the theme repository, not to this project directly.

Additional Resources