Overview
Wax is an extensible workflow for producing scholarly exhibitions with minimal computing principles. It includes Ruby gems for processing image data and metadata, a Jekyll theme, and documentation and recipes for creating, deploying, and maintaining digital exhibitions.
Features
- Ruby gems for processing image data and associated metadata
- Jekyll theme for creating digital exhibitions
- Documentation and recipes for creating, deploying, and maintaining exhibitions
Installation
- Make sure you have git and Ruby >= 3.2 with bundler installed.
- Install ImageMagick and Ghostscript for image processing.
- Clone the Wax demo repository from GitHub.
- Change directory into the cloned project folder.
- Install the project-specific Ruby dependencies.
- Run the demo site.
For Docker users:
- Make sure you have Docker installed.
- Follow steps 1-6 of the regular installation.
- Build the minicomp/wax base image.
- Create an interactive bash container.
- Serve the site and view it in your host browser.
Summary
Wax is a workflow for creating scholarly exhibitions with minimal computing principles. It provides tools, such as Ruby gems and a Jekyll theme, for processing image data and creating digital exhibitions. The installation process includes setting up dependencies and cloning the Wax demo repository. Docker users can also use Wax in a container.