Usage¶
Installation¶
To use MultiFlexi, first install it using apt:
$ sudo apt install multiflexi-mysql
Commandline Interface¶
To use the MultiFlexi commandline interface, run the following command:
$ multiflexi-cli
This will open the MultiFlexi CLI, where you can interact with the system using various commands.
Web Interface¶
To access the MultiFlexi web interface, open your web browser and navigate to the following URL:
http://localhost/multiflexi
This will take you to the MultiFlexi login page, where you can enter your credentials to access the system. For more information on how to perform the initial setup, please refer to the First Run Manual page.
API¶
To interact with MultiFlexi programmatically, you can use the MultiFlexi API. The API provides a set of endpoints that allow you to perform various operations on the system, such as creating, updating, and deleting records.
For more information about the API and how to use it, refer to the API section of the documentation.
That’s it! You have successfully installed MultiFlexi and are ready to start using it.