DocsOMobileInstallation
Getting Started

Installation

OMobileorravo.com/docs/omobile/installation
  1. Upload the omobile folder to /wp-content/plugins/
  2. Activate via Plugins → Installed Plugins
  3. Navigate to OMobile in the WordPress admin menu
  4. Complete the Setup Wizard (onboarding tab)

On activation, all 19 database tables are created via dbDelta. No data is written until you complete setup.

Constants (wp-config.php)

php// Override the JWT secret (takes precedence over the wp_options stored secret)
define( 'OMOBILE_JWT_SECRET', 'your-256-bit-secret-here' );

All other configuration is managed through the admin UI under Settings.


Installation — OMobile Docs — Orravo