2022-09-20 22:00:57 +00:00
|
|
|
---
|
|
|
|
title: "Joomla"
|
|
|
|
description: "An award-winning content management system"
|
|
|
|
---
|
2019-10-04 08:01:08 +00:00
|
|
|
|
2022-07-25 20:18:57 +00:00
|
|
|
Homepage: <https://www.joomla.org/>
|
2019-10-04 08:01:08 +00:00
|
|
|
|
2019-10-19 22:43:54 +00:00
|
|
|
Joomla! is an award-winning content management system (CMS), which enables you to build web sites and powerful online applications.
|
2019-10-04 08:01:08 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2020-01-25 23:40:26 +00:00
|
|
|
Set `joomla_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
2019-10-04 08:01:08 +00:00
|
|
|
|
2022-07-23 15:32:51 +00:00
|
|
|
If you want to access Joomla externally, set `joomla_available_externally: true` in your `inventories/<your_inventory>/nas.yml` file.
|
2019-10-19 22:43:54 +00:00
|
|
|
|
2022-07-25 20:18:57 +00:00
|
|
|
The Joomla web interface can be found at <http://ansible_nas_host_or_ip:8181>.
|
2019-10-19 22:43:54 +00:00
|
|
|
|
2019-10-04 08:01:08 +00:00
|
|
|
## Specific Configuration
|
|
|
|
|
2022-07-25 20:18:57 +00:00
|
|
|
- Set `joomla_database_password` in your `all.yml` before installing Joomla.
|
2019-10-19 22:43:54 +00:00
|
|
|
|
2022-07-25 20:18:57 +00:00
|
|
|
- On first run you'll need to enter database details:
|
|
|
|
- Host: `mysql`
|
|
|
|
- Database: `joomla`
|
|
|
|
- Username: `root`
|
|
|
|
- Password: whatever you set for `joomla_database_password`.
|