1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00
WordPress package for YunoHost
Find a file
2017-10-07 17:06:49 +02:00
conf Merge pull request #25 from YunoHost-Apps/update_helpers 2017-09-12 18:46:46 +02:00
scripts Replace use to deprecated checkurl function 2017-09-10 10:38:49 +02:00
.gitignore Multisite fonctionnel 2014-12-08 23:42:55 +01:00
check_process Update helpers 2017-09-05 21:06:22 +02:00
LICENSE Mise à jour 2015-12-22 23:49:26 +01:00
manifest.json Update helpers 2017-09-05 21:06:22 +02:00
README.md Proposition for a new standard readme 2017-10-07 17:06:49 +02:00
YEP.md Update helpers 2017-09-05 21:06:22 +02:00

Wordpress for YunoHost

==================

Integration level
Install Wordpress with YunoHost

This package allow you to install wordpress quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

WordPress is open source software you can use to create a beautiful website, blog, or app.
With this package, you can even activate the multisite option.

Shipped version: 4.8

Screenshots

Configuration

Use the admin panel of your wordpress to configure this app.

Documentation

YunoHost specific features

  • Integration with YunoHost users and SSO:
    • private mode: Blog only accessible by YunoHost users
    • public mode: Visible by anyone, YunoHost users automatically connected
  • Automatic update of wordpress core, plugins and themes
  • Allow to set up a multisite instance.

Multi-users support

Supported, with LDAP and SSO.

Supported architectures

  • Tested on x86_64
  • Tested on RaspberryPi

Limitations

  • Multisite only available on subdirectories.

Developers infos

Please do 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/wordpress_ynh/tree/testing --verbose
or
sudo yunohost app upgrade wordpress -u https://github.com/YunoHost-Apps/wordpress_ynh/tree/testing --verbose