47073a10bc
* 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> |
||
---|---|---|
.github | ||
conf | ||
doc | ||
scripts | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Joomla for YunoHost
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 model–view–controller 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
-
Run phpmyadmin after applying the update
-
Select 'joomla' database in the left panel
- Select all tables in the right panel
- Clic on the action menu
- Clic add prefix to table
- 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
- You're done, all tables are prefixed with your prefix
Documentation and resources
- Official app website: https://www.joomla.org/
- Official admin documentation: https://docs.joomla.org/
- Upstream app code repository: https://github.com/joomla/joomla-cms
- YunoHost documentation for this app: https://yunohost.org/app_joomla
- Report a bug: https://github.com/YunoHost-Apps/joomla_ynh/issues
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