mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-16 08:48:04 +00:00
Fix docs
This commit is contained in:
parent
4fd2f84c3f
commit
f0fd15ca78
1 changed files with 13 additions and 3 deletions
|
@ -1,13 +1,23 @@
|
|||
# Joomla CMS
|
||||
|
||||
Bitwarden: [https://bitwarden.com/](https://bitwarden.com/)
|
||||
Homepage: [https://www.joomla.org/](https://www.joomla.org/)
|
||||
|
||||
This is a Joomla package
|
||||
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 `group_vars/all.yml` file.
|
||||
|
||||
If you want to access Joomla externally, set `joomla_available_externally: "true"` in your `group_vars/all.yml` file.
|
||||
|
||||
The Joomla web interface can be found at http://ansible_nas_host_or_ip:8181.
|
||||
|
||||
## Specific Configuration
|
||||
|
||||
Make sure you you change te MySQL passwords!
|
||||
- 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`.
|
Loading…
Reference in a new issue