Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unb-libraries/slaveryandfreedomlaws.lib.unb.ca
The Laws of Enslavement and Freedom in the Anglo-Atlantic World is an ongoing project that seeks to provide digital access to the laws governing slavery and freedom in the Anglo-Atlantic World, from the founding laws of the seventeenth century to the laws that governed emancipation in the nineteenth century.
https://github.com/unb-libraries/slaveryandfreedomlaws.lib.unb.ca
dockworker drupal history research
Last synced: about 1 month ago
JSON representation
The Laws of Enslavement and Freedom in the Anglo-Atlantic World is an ongoing project that seeks to provide digital access to the laws governing slavery and freedom in the Anglo-Atlantic World, from the founding laws of the seventeenth century to the laws that governed emancipation in the nineteenth century.
- Host: GitHub
- URL: https://github.com/unb-libraries/slaveryandfreedomlaws.lib.unb.ca
- Owner: unb-libraries
- License: mit
- Created: 2023-03-21T15:23:57.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-15T05:46:04.000Z (10 months ago)
- Last Synced: 2024-04-17T03:07:31.325Z (10 months ago)
- Topics: dockworker, drupal, history, research
- Language: Twig
- Homepage: https://slaveryandfreedomlaws.lib.unb.ca
- Size: 5.03 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [slaveryandfreedomlaws.lib.unb.ca](https://slaveryandfreedomlaws.lib.unb.ca/)
[![Build Status](https://github.com/unb-libraries/slaveryandfreedomlaws.lib.unb.ca/actions/workflows/deployment-workflow.yaml/badge.svg?branch=prod)](https://github.com/unb-libraries/slaveryandfreedomlaws.lib.unb.ca/actions/workflows/deployment-workflow.yaml)
[![GitHub license](https://img.shields.io/github/license/unb-libraries/slaveryandfreedomlaws.lib.unb.ca)](https://github.com/unb-libraries/slaveryandfreedomlaws.lib.unb.ca/blob/prod/LICENSE)
![GitHub repo size](https://img.shields.io/github/repo-size/unb-libraries/slaveryandfreedomlaws.lib.unb.ca?label=lean%20repo%20size)This repository contains the assets used to test, build, and deploy the [slaveryandfreedomlaws.lib.unb.ca](https://slaveryandfreedomlaws.lib.unb.ca) Drupal application. This repository extends the [unb-libraries/docker-drupal](https://github.com/unb-libraries/docker-drupal) base image, which deploys nginx and php-fpm in the service container.
## Deploy this Application Yourself
Local deployment, development and testing of slaveryandfreedomlaws.lib.unb.ca is simple! [dockworker](https://github.com/unb-libraries/dockworker) provides web application developers, site builders and operational engineers a single technical entrypoint with a consistent, unified workflow regardless of the framework.### Step 1: Install Dependencies
Dockworker requires a minimal number of 'one time' dependencies. Some of these may already be installed in your local development environment; see the list of these dependencies (with installation instructions) [here](https://github.com/unb-libraries/dockworker/blob/5.x/docs/prerequisites.md).### Step 2: Deploy Locally
With all dependencies installed, you are ready to deploy this application locally:```
composer install
vendor/bin/dockworker deploy
```And that's it! The application will build and deploy in your local environment.
### (Optional) Step 3: Create a Dockworker Shell Alias
If you work with dockworker applications often, you may also consider [creating a dockworker alias in your shell](https://github.com/unb-libraries/dockworker/blob/5.x/docs/alias.md).## Other useful commands
Run ```vendor/bin/dockworker``` to list available dockworker commands for this application.## Author / Contributors
This application was created at [![UNB Libraries](https://github.com/unb-libraries/assets/raw/master/unblibbadge.png "UNB Libraries")](https://lib.unb.ca) by the following humans:## License
- As part of our 'open' ethos, UNB Libraries licenses its applications and workflows to be freely available to all whenever possible.
- Consequently, the contents of this repository [unb-libraries/slaveryandfreedomlaws.lib.unb.ca] are licensed under the [MIT License](http://opensource.org/licenses/mit-license.html). This license explicitly excludes:
- Any website content, which remains the exclusive property of its author(s).
- The UNB logo and any of the associated suite of visual identity assets, which remains the exclusive property of the University of New Brunswick.