- Notifications
You must be signed in to change notification settings - Fork0
Open Vault: Wagtail
NotificationsYou must be signed in to change notification settings
WGBH-MLA/ov-wag
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Wagtail CMS forOpen Vault
The published version can be installed using pip:
pip install ov-wag
For local devopment, installPDM for dependency management.
pip install pdm
git clone https://github.com/WGBH-MLA/ov-wag.git
pdm install
Several common functions can be executed with theov
init script (using Docker)
Seeov -h
for more detailed usage
ov dev
will start the development server locally.
Note For most commands, additional args will be passed on to the parent command.
dev
|d
- starts a local development server
build
|b
- build (or rebuild) the docker image
shell
|s
- starts a shell with all django variables loaded
manage
|m
- run a
manage.py
command
- run a
cmd
|c
- run a command directly on the container
- e.g.
ov c bash
ov c python3 -c "print('OpenVault!')"
- Installggshield
pip install ggshield# orbrew install gitguardian/tap/ggshield
- Login to gitguardian
ggshield auth login
- Install the pre-commit hooks
pre-commit install
Created by theMedia Library and Archives atGBH
About
Open Vault: Wagtail