Abuja Digital Studio · Est. 2018
Start a Project
DocsOrravo CoreInstallation
Getting Started

Installation

Orravo Coreorravo.com/docs/orravo-core/installation

Installation

Orravo Core (v2.6.0) is the licensing and activation backbone for every Orravo plugin. Install this first; every other Orravo plugin declares Requires Plugins: orravo-core and bails out without it.

Requirements

  • WordPress 6.5+
  • PHP 8.0+ (the PHP guard prints an admin notice and exits if PHP < 7.4)
  • Outbound HTTPS to https://orravo.com/api/licenses for license validation

Steps

  1. Upload orravo-core/ to /wp-content/plugins/
  2. Activate via Plugins -> Installed Plugins. The first-run Setup Wizard opens automatically
  3. Walk the wizard or skip it; you can always revisit at Orravo Core -> Tools

What activation creates

Seven custom tables (constants in OC_DB):

  • wp_orravo_licenses - the license row
  • wp_orravo_notifications - cross-plugin notification center
  • wp_orravo_snapshots - settings snapshots for rollback
  • wp_orravo_activity_log - cross-plugin activity feed
  • wp_orravo_webhooks and wp_orravo_webhook_log
  • wp_orravo_api_keys - API keys (prefix + SHA-256 hash)

Two cron events are scheduled: orravo_core_revalidate (daily license revalidation) and orravo_core_update_check (twice daily).

Constants

ConstantDefault
OC_VERSION2.6.0
OC_API_BASEhttps://orravo.com/api/licenses
OC_MIN_PHP7.4
OC_MIN_WP6.0
Installation · Orravo Core Docs | Orravo