Installation

How to install and activate the Sequensy plugin on your WordPress site.

Requirements

Before installing Sequensy, make sure your server meets these requirements:

  • WordPress 6.4 or higher
  • PHP 8.0 or higher
  • MySQL 5.7+ or MariaDB 10.3+

Installation Methods

  1. Log in to your WordPress admin dashboard
  2. Navigate to Plugins > Add New
  3. Search for “Sequensy”
  4. Click Install Now on the Sequensy plugin
  5. Once installed, click Activate

Manual Installation

  1. Download the plugin ZIP file from WordPress.org
  2. Log in to your WordPress admin dashboard
  3. Navigate to Plugins > Add New > Upload Plugin
  4. Choose the downloaded ZIP file and click Install Now
  5. After installation completes, click Activate

Post-Installation

After activation, you’ll find Sequensy in your WordPress admin menu. Click on Sequensy to access the workflow dashboard.

On first load, the plugin will:

  1. Create the necessary database tables
  2. Initialize the workflow storage system
  3. Set up the activity logging system
  4. Register background job processing

Verifying Installation

To verify Sequensy is working correctly:

  1. Go to Sequensy in your admin menu
  2. You should see the main dashboard with:
    • Workflow list (empty initially)
    • Activity log panel
    • Quick actions to create your first workflow

Troubleshooting

Plugin doesn’t appear after activation

  • Clear your browser cache
  • Deactivate and reactivate the plugin
  • Check for PHP errors in your server logs

Database tables not created

  • Ensure your database user has CREATE TABLE permissions
  • Try deactivating and reactivating the plugin
  • Check the WordPress debug log for errors

Blank screen or errors

  • Enable WordPress debug mode to see error details
  • Ensure PHP version is 8.0 or higher
  • Check for plugin conflicts by deactivating other plugins temporarily

Next Steps

Once installed, proceed to the Quick Start Guide to create your first workflow.