Creating a Joomla CMS on RHEL 5.8 service offering
This topic describes the tasks that you must perform in BMC Cloud Lifecycle Management to create the service offering that the end user can then use to provision the application infrastructure (for example, an OS and an application package).
It includes the following topics:
To create the service and the service offering
In the BMC Cloud Lifecycle Management Administrator console, you must add a service and a service offering.
For Joomla service blueprint, create a service and service offering based on the available deployment model. The Joomla Content-Pack supports Single-tier service deployment model. In single-tier deployment model, Joomla is installed on a single instance of a server along with Apache, PHP and MySQL.
To create a service
To create a service offering
To make the provisioning request
- Access Workspaces > Service Instances to display the Service Instances workspace, and click New Service Request.
- In the New Service Request dialog box, click the server provisioning service you want to display the Submit Request dialog box.
To complete the Joomla service request, You need to specify the following Parameters:
Parameter
Description
CMS Database Name
Database name for CMS database
DB Prefix
CMS Database Table Prefix. Must start with Alphabet, contains at least one and a underscore (for ex cms01_)
DB Username for Joomla
MySQL User for CMS DB
Joomla User password
Webadmin user password
Confirm
Webadmin user password
Joomla DB User Password
MySQL password for CMS DB user
Confirm
MySQL password for CMS DB user
Joomla Webadmin User
Webadmin user name
Mail Sender Email ID
Email Address of Sender
Mail Sender Name
Name of the sender
MySQL Root Password
To set password for MySQL
Confirm
To set password for MySQL
Site Name
Joomla site name
- Click Next.
- Enter the data in the required fields to complete the request for an instance of the service request. You can click Next to review the details.
- Click Submit. The request is added to the Pending Activity list in the Service Instances window.
The request status is displayed in the Pending Activity list of the Service Instances window. You can double-click on the service request to see its detailed information.
For more detailed procedures, see Requesting-cloud-services and Requesting cloud services in the legacy console.
To validate the provisioned components
After provisioning the blueprint, you can validate the Joomla components setup in your environment.
Component name | How to verify | Results |
---|---|---|
Apache Web Server | To check whether Apache has been installed, run the following command. httpd -v | The command displays the following output: Server version: Apache/2.2.3 Server built: Feb 23 2012 14:59:23 |
MySQL Installation | To check whether MySQL has been installed, run the following command. mysql -v | The command displays the following output: mysql Ver 14.14 Distrib 5.6.13, for Linux (x86_64) using EditLine wrapper |
PHP Installation | To check whether PHP has been installed, run the following command. php -v | If PHP is installed, the command displays the following output: PHP 5.3.3 (cli) (built: Feb 2 2012 07:02:01) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies |
Joomla Installation | To verify Joomla, visit the following URL: http://<IP/Hostname/FQDNName>/ Note: Edit the URL as per your environment. | This URL display the Joomla login Webpage. |
Where to go next
Once you have created the service offering, the cloud end user can request a service offering from the My Cloud Services Console. To view a list of tasks the cloud end user can perform to manage your cloud services, see Managing-cloud-resources in the BMC Cloud Lifecycle Management online technical documentation.