1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00
joomla_ynh/README.md
2023-01-10 18:32:11 +00:00

3.2 KiB
Raw Blame History

Joomla for YunoHost

Integration level Working status Maintenance status
Install Joomla with YunoHost

Lire ce readme en français.

This package allows you to install Joomla quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Joomla! is a free and open-source content management system (CMS) for publishing web content. Over the years Joomla! has won several awards. It is built on a modelviewcontroller web application framework that can be used independently of the CMS that allows you to build powerful online applications.

Shipped version: 4.2.6~ynh1

Screenshots

Screenshot of Joomla

Disclaimers / important information

Ldap configuration (For now you have to configure it yourself)

Enable ldap Extension
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

UPDATE TO 4.1.0 REQUIRES MANUAL FIX WITH PHPMYADMIN

  1. Run phpmyadmin after applying the update

  2. Select 'joomla' database in the left panel

step 1

  1. Select all tables in the right panel

step 2

  1. Clic on the action menu

step 3

  1. Clic add prefix to table

step 4

  1. Enter the database prefix you see in the error message of joomla :
Table 'joomla.JuzW_menu' doesn't exist

it looks like 'JuzW_' in the prefix box and validate

step 5

  1. You're done, all tables are prefixed with your prefix

step 6

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/joomla_ynh/tree/testing --debug
or
sudo yunohost app upgrade joomla -u https://github.com/YunoHost-Apps/joomla_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps