2019-10-04 08:01:08 +00:00
|
|
|
# Joomla CMS
|
|
|
|
|
2019-10-19 22:43:54 +00:00
|
|
|
Homepage: [https://www.joomla.org/](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
|
|
|
|
2020-01-25 23:40:26 +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
|
|
|
|
|
|
|
The Joomla web interface can be found at http://ansible_nas_host_or_ip:8181.
|
|
|
|
|
2019-10-04 08:01:08 +00:00
|
|
|
## Specific Configuration
|
|
|
|
|
2019-10-19 22:43:54 +00:00
|
|
|
- Set `joomla_database_password` in your `all.yml` before installing Joomla.
|
|
|
|
|
|
|
|
- On first run you'll need to enter database details:
|
|
|
|
- Host: `mysql`
|
|
|
|
- Database: `joomla`
|
|
|
|
- Username: `root`
|
|
|
|
- Password: whatever you set for `joomla_database_password`.
|