sitectl-ojs
sitectl-ojs simplifies the creation and operation of repositories created using the LibOps OJS template. It provides sitectl commands for OJS and PKP tools, recurring maintenance, validation, and health checks.
Documentation: https://sitectl.libops.io/plugins/ojs
Requirements
sitectl.
- Docker with the Compose v2 plugin for local OJS sites.
- No additional app-plugin dependency beyond core
sitectl.
Quick Start
Create a local OJS site from the matching template:
sitectl create ojs/default \
--template-repo https://github.com/libops/ojs \
--path ./my-ojs-site \
--type local \
--checkout-source template \
--default-context
The template README is at https://github.com/libops/ojs.
Basic Operations
Use sitectl compose to start or inspect the stack:
sitectl compose up --remove-orphans -d
Use sitectl healthcheck and sitectl validate to check the site:
sitectl healthcheck
sitectl validate
Use sitectl image for local image or build-arg overrides:
sitectl image set --tag ojs=nginx-1.30.3-php84
Use sitectl set and sitectl converge for component changes:
sitectl set upload-limits enabled --max-upload-size 2G --upload-timeout 10m
sitectl converge
See the OJS plugin docs for lifecycle operations, OJS tools, PKP tools, and recurring maintenance.
License
sitectl-ojs is licensed under the MIT License.