ansible-nas/docs/applications/joomla.md
David Stephens 16caf4f27f
Merge pull request #549 from HitLuca/remove-enclosing-strings-for-booleans
Switched from booleans enclosed in strings to standard booleans
2022-07-28 00:05:03 +01:00

774 B

Joomla CMS

Homepage: https://www.joomla.org/

Joomla! is an award-winning content management system (CMS), which enables you to build web sites and powerful online applications.

Usage

Set joomla_enabled: true in your inventories/<your_inventory>/nas.yml file.

If you want to access Joomla externally, set joomla_available_externally: true in your inventories/<your_inventory>/nas.yml file.

The Joomla web interface can be found at http://ansible_nas_host_or_ip:8181.

Specific Configuration

  • 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.