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
yalh76 47073a10bc
Testing (#11)
* php 8.0

* dbprefix not empty

* php fix

* Update install

* Update _common.sh

* Update manifest.json

* database prefix must not be empty

dbprefix = '';               // Any random string ending with _

* Update install

* Update install

sill getting
The MySQLi extension is not available

* Update install

* Phpversion + php dependencies

* Update php-fpm.conf

upload_max_filesize
post_max_size
Temp folder

* Update _common.sh

Php8 + deps

* Update manifest.json

Remove php choice

* Update install

YNH_PHP_VERSION

* Update install

* Update configuration.php

* Update install

Setting dbprefix to ynh_
Should be random string

* Update configuration.php

Setting dbprefix to ynh

* Adding an upgrade test

* Upgrade version

* not needed

* Cleanup

* Updating php dependencies

* Cleanup

* add /var/log

* Update dependencies

* adding db_prefix

* missing db_prefix during upgrade

* Adding secret

* better way to create the first account

* adding steps to fix dbprefix update

* Dbprefix

* Delete fix1.jpg

* Delete fix2.jpg

* Delete fix3.jpg

* Delete fix4.jpg

* Delete fix5.jpg

* Delete dbprefix

* Create dbpresfix

* Add files via upload

* Add files via upload

* Update DISCLAIMER.md

dbprefix update howto fix

* Adding screenshot

* Update _common.sh

xml

* Update DISCLAIMER.md

!testme

* Auto-update README

* Fix docdbprefix screenshots

* Auto-update README

* more fixing

* Auto-update README

* typo

* Auto-update README

Co-authored-by: jarod5001 <68397534+jarod5001@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-03-23 08:21:02 +01:00
.github github actions 2022-01-22 20:56:25 +01:00
conf Testing (#11) 2022-03-23 08:21:02 +01:00
doc Testing (#11) 2022-03-23 08:21:02 +01:00
scripts Testing (#11) 2022-03-23 08:21:02 +01:00
check_process Testing (#11) 2022-03-23 08:21:02 +01:00
LICENSE Initial commit 2017-07-12 05:15:37 +05:30
manifest.json Testing (#11) 2022-03-23 08:21:02 +01:00
README.md Testing (#11) 2022-03-23 08:21:02 +01:00
README_fr.md Testing (#11) 2022-03-23 08:21:02 +01:00

Joomla for YunoHost

Integration level
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.1.0~ynh2

Screenshots

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

LASTEST UPDATE REQUIRE 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