2017-07-10 16:50:18 +02:00
# Joomla_ynh
2017-07-23 00:43:39 +02:00
[![Install Joomla with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=joomla)
2022-01-22 20:55:44 +01:00
Joomla! is an award-winning content management system https://www.joomla.org/ < br > < strong > Version:< / strong > 4.0.6 < br > < br >
2017-07-12 01:45:37 +02:00
2017-07-16 22:38:16 +02:00
< h2 > Why Joomla?< / h2 >
< p > Hundreds of developers have been improving Joomla! since the first version was released in 2005. This immense effort has made Joomla! very popular, easy to use, stable and secure. < strong > See for more details:< / strong > https://www.joomla.org/3/< / p > < br >
2017-07-25 04:49:29 +02:00
< b > Note:< / b > There is installer.php added for bypassing the web installation process. see https://github.com/joomla/joomla-cms/pull/2764
2017-07-12 01:45:37 +02:00
2017-07-23 00:43:39 +02:00
# Ldap configuration (For now you have to configure it youeself)
Enable ldap plugin< br >
Enter the following feilds:< br >
2017-07-25 04:49:29 +02:00
**Host:** localhost< br >
2017-07-23 00:43:39 +02:00
**Port**:389< br >
2017-07-25 04:49:29 +02:00
**LdapV3:** Yes< br >
2017-07-23 00:43:39 +02:00
**Authorisation Method:** Bind and search< br >
2017-07-25 04:49:29 +02:00
**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 >
2017-07-23 00:43:39 +02:00
2017-07-12 01:45:37 +02:00
# To-do
2017-07-16 22:38:16 +02:00
- [X] Installation and remove script.
- [ ] Ldap integration.
- [ ] Make update script better for updation from sources.
- [X] Backup and restore script.
- [ ] Add php-fpm.ini and php-fpm.conf(for the red error message in admin panel).