Create OJS journal
ojs_create_journalCreates a journal on an OJS install via the CLI bootstrap recipe, resolving three common issues to ensure the frontend works immediately.
Instructions
Create the first (or another) journal on an existing OJS install via the CLI bootstrap recipe — handles the 3 known gotchas (loadAllPlugins throw, missing default section, per-context theme enable) so the frontend works immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | OJS subdomain, e.g. journal.example.com | |
| urlPath | Yes | Journal path segment, e.g. myjournal | |
| nameEn | Yes | English journal name | |
| nameAr | No | Arabic journal name | |
| acronym | Yes | Acronym, e.g. MYJ | |
| primaryLocale | No | en | |
| locales | No | Supported locales | |
| docroot | No | Override docroot path |