CRM solution
Run EspoCRM Locally with FlyEnv
EspoCRM typically runs with PHP, a MySQL-compatible database, and a web server. FlyEnv helps manage that local CRM environment and any project-specific supporting services.
Local project stack
Services FlyEnv can manage around EspoCRM
- PHP
- MySQL / MariaDB
- Nginx / Apache / Caddy
- Redis
About EspoCRM
EspoCRM is an open-source CRM platform for sales, marketing, and support teams.
Project resources
For installation commands, supported versions, and project-specific configuration, refer to the official EspoCRM documentation.
Typical local stack
The exact services depend on the project, its release, and its local configuration. This is a common local setup, not a fixed requirement.
- PHP
- MySQL / MariaDB
- Nginx / Apache / Caddy
- Redis
| Component | Typical role |
|---|---|
| PHP | Runs the EspoCRM application. |
| MySQL / MariaDB | Stores CRM records and settings. |
| Nginx / Apache / Caddy | Serves the local CRM site. |
| Redis | May support project-specific caching or jobs. |
How FlyEnv helps
Select the PHP version
Match the runtime to the EspoCRM release and extensions.
Run the CRM database
Keep MySQL or MariaDB alongside the project.
Add Redis when used
Start supporting cache services only for projects that configure them.
Configure a local CRM URL
Use local domains and HTTPS for browser-based workflows.
Set up the local environment
Project installation stays with the upstream documentation. FlyEnv manages the runtimes, databases, web servers, and supporting services around it.
- 1Use the EspoCRM documentation for project installation and supported versions.
- 2Select the PHP runtime required by the project.
- 3Start MySQL or MariaDB for the CRM database.
- 4Start Redis only if the project configuration uses it.
- 5Configure the web server, local domain, and HTTPS in FlyEnv.
- 6Group related services when repeatable local starts are useful.
Related solutions
Ready to run EspoCRM locally?
Use FlyEnv to manage the runtimes, databases, web servers, and services around your local EspoCRM environment.
