mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
Updated readme
This commit is contained in:
parent
d59fe96258
commit
61354b4c07
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -1,4 +1,6 @@
|
|||
# Joomla_ynh
|
||||
[![Install Joomla with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=joomla)
|
||||
|
||||
Joomla! is an award-winning content management system https://www.joomla.org/ <br> <strong>Version:</strong> 3.7.3 <br><br>
|
||||
|
||||
<h2>Why Joomla?</h2>
|
||||
|
@ -7,6 +9,20 @@ Joomla! is an award-winning content management system https://www.joomla.org/ <b
|
|||
<b>Note:</b><br>
|
||||
There is installer.php added for bypassing the web installation process. see https://github.com/joomla/joomla-cms/pull/2764
|
||||
|
||||
# Ldap configuration (For now you have to configure it youeself)
|
||||
Enable ldap plugin<br>
|
||||
Enter the following feilds:<br>
|
||||
**Host:**localhost<br>
|
||||
**Port**:389<br>
|
||||
**LdapV3:**Yes<br>
|
||||
**Authorisation Method:** Bind and search<br>
|
||||
**Base DN:**dc=yunohost,dc=org<br>
|
||||
**uid:**uid=[search]<br>
|
||||
**User's DN:**ou=users,dc=yunohost,dc=org<br>
|
||||
**Map Full Name:**displayname<br>
|
||||
**Map Email:**mail<br>
|
||||
**Map User ID:**uid<br>
|
||||
|
||||
# To-do
|
||||
- [X] Installation and remove script.
|
||||
- [ ] Ldap integration.
|
||||
|
|
Loading…
Reference in a new issue