The core asset from the original website is the database compiled from punch cards produced by Professor Haynes McMullen in his research on American Libraries before 1876. The contents of that database were converted to CSV, as were some metadata: a key to the library types in the data table, a glossary of those types, and a bibliography.
This is a static site of what was a Wordpress website of the daviesproject
This project provides a Dockerized Nginx server configured to serve the daviesproject. It was formerly a wordpress site.
- Introduction
- Prerequisites
- Installation
- Usage
- Configuration
- Docker Compose
- File Structure
- Troubleshooting
- Contributing
- License
This repository contains the necessary files to build and run a Docker container with Nginx serving the wordpress converted static site files. The project is designed to be flexible and easy to use, with a configurable server name and a custom Nginx configuration optimized for serving static content.
- Docker Engine and Docker Compose installed. See the official Docker documentation for installation instructions: https://docs.docker.com/
- A directory containing your static files.
- A custom Nginx configuration file (e.g.,
default.conf).
- Clone this repository (or copy the necessary files) to your local machine.
- Place your static files in the same directory as the
Dockerfile. - Ensure you have a
default.conffile with your Nginx configuration in the same directory. A sample configuration is provided below.
-
Build the Docker image:
docker build -t daviesproject .
This repository contains code to publish this data as a Jekyll site, using templates from CollectionBuilder.