Guides
Step-by-step guides for setting up and developing with the FRS ecosystem.
Getting Started
Installation
Install and configure the core FRS plugins on your WordPress site.
Configuration
Configure plugin settings, API keys, and integrations.
Multisite Setup
Set up the FRS ecosystem on WordPress multisite with proper site context.
Development
Local Development
Set up a local development environment with Local by Flywheel.
Deployment
Deploy changes to production via GitHub and Cloudron.
Contributing
Guidelines for contributing to FRS plugins.
Quick Start
1. Install Core Plugins
bash
# Clone essential plugins
cd wp-content/plugins
git clone https://github.com/derintolu/frs-wp-users.git
git clone https://github.com/derintolu/workspaces.git
# Activate
wp plugin activate frs-wp-users workspaces2. Install Theme
bash
cd wp-content/themes
git clone https://github.com/derintolu/workspaces-theme.git workspaces
# Requires Blocksy parent theme
wp theme install blocksy --activate
wp theme activate workspaces3. Configure Integrations
- FluentCRM - Install and configure on main site
- FluentBooking - Set up calendar and booking types
4. Set Up Menus
- Create menu for
workspace_sidebar_menu - Create menu for
workspace_user_menu - Add Lucide icon names to menu item meta
Environment Requirements
| Requirement | Minimum | Recommended |
|---|---|---|
| WordPress | 6.0 | 6.5+ |
| PHP | 8.1 | 8.2 |
| MySQL | 5.7 | 8.0 |
| Node.js | 18 | 20 |
Support
- Documentation Issues - Open issue on hub21-docs repo
- Plugin Bugs - Open issue on specific plugin repo