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
From WordPress.org (Recommended)
- Log in to your WordPress admin dashboard
- Navigate to Plugins > Add New
- Search for “Sequensy”
- Click Install Now on the Sequensy plugin
- Once installed, click Activate
Manual Installation
- Download the plugin ZIP file from WordPress.org
- Log in to your WordPress admin dashboard
- Navigate to Plugins > Add New > Upload Plugin
- Choose the downloaded ZIP file and click Install Now
- 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:
- Create the necessary database tables
- Initialize the workflow storage system
- Set up the activity logging system
- Register background job processing
Verifying Installation
To verify Sequensy is working correctly:
- Go to Sequensy in your admin menu
- 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.