Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

MoT3rror/joomla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This charm provides joomla from http://www.joomla.org. Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications.

Installation

To install this charm you should create a config.yaml file that suites your needs and schedule the following juju actions:

juju deploy mysql
juju deploy joomla

Before you add a relation to mysql you need to provide the joomla charm with an admininstrator password:

juju set joomla admin_password='new password'

The default administrator password is 'password' but is highly recommended to change before adding the relation.

Once the configuration is in place you can then add a relation between joomla and mysql with:

juju add-relation joomla mysql

Finally you need to expose your joomla instance:

juju expose joomla

Note that the mysql reation addition will create the database and populated it with the admin user set at config.yaml.

To access your exposed joomla unit you just have to open the unit's public IP address with your browser. The default user is admin and the password should be set to whatever you defined on config.yaml

You may change the admin password and perform other administrative functions at the exposed service URL http://public-ip-address/administrator

Configuration

admin_password sets the admin password for the joomla unit

Contact Information

Author: Helio L Mota Report bugs at: http://bugs.launchpad.net/charms/+source/joomla Location: http://jujucharms.com/charms/precise/joomla

About

Mirror of juju charm, pull requests and modifications welcome!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors