💽Dependencies
Mito Software System Requirements:
To ensure optimal performance and compatibility, Mito Software requires the following versions of dependencies:
PHP: Version 7.4 to 8.2 (inclusive). It is mandatory to have at least one PHP version within this range installed on your system.
MySQL: Version 8.0. If MySQL is being utilized, it must be version 8.0.
MongoDB: The latest available version of MongoDB must be installed.
cURL: The latest available version of cURL is required.
Apache2: The web server Apache2 is necessary for hosting the software.
Installation Location:
The Blackout License Software should be hosted in either /var/www/html
or in a subfolder of /var/www/
(e.g., /var/www/your-sub-folder
). If you choose to host it in a sub-folder, please follow these instructions for executing commands:
Ubuntu 18.04 to 22.04: After navigating to the desired sub-folder, execute commands as usual. For example:
CentOS, Linux: Similarly, navigate to the desired sub-folder and execute commands. For example:
Apache2 Setup:
To enable Apache2, follow these steps:
Install Apache2 if it's not already installed:
Start the Apache2 service:
Enable Apache2 to start on boot:
Configuring .htaccess:
To enable .htaccess support in Apache2, you need to configure the site's VirtualHost file located in /etc/apache2/sites-available/
.
Open the VirtualHost file for your site in a text editor:
Inside the
<VirtualHost>
block, add the following directives to allow .htaccess overrides:Save and close the file.
Enable the use of .htaccess files by activating the rewrite module:
Restart Apache2 to apply the changes:
Database Setup:
No manual database creation is required. The software will handle database setup automatically. You only need to provide the correct database connection details during setup. The software will verify the connection and create any necessary data for functionality.
Ensure that the server environment meets these requirements before installing Blackout License Software for seamless operation.
Done.
Regards, Vuhp 📀
Last updated