Installation using PHP's Composer
Installation takes only a few minutes and it's super easy.
Prerequisities
To install Hubleto, you will need:
- PHP 8.4+
- MySQL or MariaDB
- any webserver (e.g. Apache or nginx)
There are two types of installations:
- installation of the production-ready ERP
- installation of the development environment
Production-ready ERP
This installation is suitable when you are deploying Hubleto to your customer and you expect to customize it only with custom Apps and you do not need to develop custom React components.
| Step | Command |
|---|---|
| Create the project | composer create-project hubleto/erp-project . |
| Initialize ERP | php hubleto init |
Table: Steps to install production-ready Hubleto ERP using composer
PRO TIP: Read about initialization configuration file to streamline the installation process without any user prompt.
Note about Nginx: Read this note if you are using nginx.
Development environment
If you want to develop external apps or you want to contribute to the development of community apps and you want tyour apps to contain React components, you must do additional steps to your production-ready installation.
Watch this video to learn how to configure the development environment.
