ERP & Business Apps solution
Run ERPNext Locally with FlyEnv
ERPNext environments can combine Python, MariaDB, Redis, a web server, and frontend tooling. FlyEnv helps manage these related local services around the ERPNext project.
Local project stack
Services FlyEnv can manage around ERPNext
- Python
- MariaDB
- Redis
- Nginx
- Node.js
About ERPNext
ERPNext is an open-source ERP for managing business operations.
Project resources
For installation commands, supported versions, and project-specific configuration, refer to the official ERPNext 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.
- Python
- MariaDB
- Redis
- Nginx
- Node.js
| Component | Typical role |
|---|---|
| Python | Runs ERPNext application services. |
| MariaDB | Stores ERP application data. |
| Redis | Supports cache, queues, and real-time services. |
| Nginx | May serve the local application. |
| Node.js | May support asset build workflows. |
How FlyEnv helps
Manage the Python runtime
Keep the project runtime available alongside its services.
Run MariaDB and Redis
Keep core data and queue services together locally.
Use a local application URL
Configure domains and HTTPS when browser testing needs them.
Start the full stack together
Use a Startup Group for the multi-service environment.
Set up the local environment
Project installation stays with the upstream documentation. FlyEnv manages the runtimes, databases, web servers, and supporting services around it.
- 1Follow ERPNext documentation for the project installation and bench workflow.
- 2Select the Python runtime required by the project release.
- 3Start MariaDB and Redis for the services the project uses.
- 4Keep Node.js available when the selected build workflow needs it.
- 5Configure the local web server, domain, and HTTPS in FlyEnv.
- 6Save the application services in a Startup Group for repeatable starts.
Watch the demo
Run ERPNext and its Frappe services together as a managed local stack.
Run ERPNext locallyRelated solutions
Ready to run ERPNext locally?
Use FlyEnv to manage the runtimes, databases, web servers, and services around your local ERPNext environment.
