1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00
Joomla! is an award-winning content management system
Find a file
2022-01-22 20:55:44 +01:00
conf Apply example_ynh 2022-01-22 20:55:44 +01:00
doc Apply example_ynh 2022-01-22 20:55:44 +01:00
scripts Apply example_ynh 2022-01-22 20:55:44 +01:00
check_process Apply example_ynh 2022-01-22 20:55:44 +01:00
LICENSE Initial commit 2017-07-12 05:15:37 +05:30
manifest.json Apply example_ynh 2022-01-22 20:55:44 +01:00
README.md Apply example_ynh 2022-01-22 20:55:44 +01:00

Joomla_ynh

Install Joomla with YunoHost

Joomla! is an award-winning content management system https://www.joomla.org/
Version: 4.0.6

Why Joomla?

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. See for more details:https://www.joomla.org/3/


Note: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
Enter the following feilds:
Host: localhost
Port:389
LdapV3: Yes
Authorisation Method: Bind and search
Base DN: dc=yunohost,dc=org
uid: uid=[search]
User's DN: ou=users,dc=yunohost,dc=org
Map Full Name: displayname
Map Email: mail
Map User ID: uid

To-do

  • Installation and remove script.
  • Ldap integration.
  • Make update script better for updation from sources.
  • Backup and restore script.
  • Add php-fpm.ini and php-fpm.conf(for the red error message in admin panel).