Skip to content

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 workspaces

2. 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 workspaces

3. Configure Integrations

  1. FluentCRM - Install and configure on main site
  2. FluentBooking - Set up calendar and booking types

4. Set Up Menus

  1. Create menu for workspace_sidebar_menu
  2. Create menu for workspace_user_menu
  3. Add Lucide icon names to menu item meta

Environment Requirements

RequirementMinimumRecommended
WordPress6.06.5+
PHP8.18.2
MySQL5.78.0
Node.js1820

Support

  • Documentation Issues - Open issue on hub21-docs repo
  • Plugin Bugs - Open issue on specific plugin repo

Hub21 Platform Documentation