Joomla! 5.2.5
An open source content management system (CMS). The world’s second most popular CMS after WordPress. It offers a wide range of modules, components, and plugins that can be used to implement popular modern features. To work with Joomla! , you need basic programming and web design skills.
-
Create a virtual machine with the Joomla product from Yandex Cloud Marketplace according to the instructions.
-
After starting the virtual machine, log in to the operating system console via SSH.
-
Enter privileged mode using the command
sudo su -
. -
Display the authentication data generated when the virtual machine was started using the command
cat /root/default_passwords.txt
. -
Save the data, as it will be useful for further installation and administration of Joomla.
-
In your browser, enter
http://<public IP address of your virtual machine>/installation/index.php
. The public IP address of the VM can be viewed in the cloud web console on the virtual machine page. -
In the opened Joomla installation wizard, enter the necessary parameters for your future Joomla CMS, including the administrator’s name, username, and email.
-
On the “Database Options” screen, enter the following parameters:
- Database username: joomla
- Database user password: <value of the MYSQL_PASS parameter from the saved data>
- Database name: <value of the MYSQL_DB parameter from the saved data>
- Leave the remaining parameters as default
-
Click the “Install Joomla” button.
-
After the installation is complete, click on the “Open Control Panel” button and enter the previously set administrator username and password.
- Developing personal and corporate websites.
- Developing large information portals.
- Developing online stores and other e-commerce services.
Yandex Cloud technical support is available 24/7 to respond to requests. The types of requests available and their response time depend on your pricing plan. You can activate paid support in the management console. Learn more about requesting technical support.
Yandex Cloud does not provide technical support for this product. If you have any issues, please refer to the developer’s information resources.
Software | Version |
---|---|
Ubuntu | 18.04 |
Joomla | 5.2.5 |
PHP | 8.2.28 |
MySQL | 8.0.41-0ubuntu0.24.04.1 |
Apache | 2.4.58 |