Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunohost-apps/wordpress_ynh

WordPress package for YunoHost
https://github.com/yunohost-apps/wordpress_ynh

official-ynh wordpress yunohost yunohost-apps

Last synced: 19 days ago
JSON representation

WordPress package for YunoHost

Awesome Lists containing this project

README

        

# WordPress for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/wordpress)](https://ci-apps.yunohost.org/ci/apps/wordpress/)
![Working status](https://apps.yunohost.org/badge/state/wordpress)
![Maintenance status](https://apps.yunohost.org/badge/maintained/wordpress)

[![Install WordPress with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wordpress)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install WordPress quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install 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](https://wordpress.org/support/article/glossary/#multisite) option.

**Shipped version:** 6.7.0~ynh1

## Screenshots

![Screenshot of WordPress](./doc/screenshots/screen-themes.png)

## :red_circle: Antifeatures

- **Non-free Addons**: Promotes other non-free applications or plugins.
- **Paid content**: Promotes or depends, entirely or partially, on a paid service.

## Documentation and resources

- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/wordpress_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/wordpress_ynh/tree/testing --debug
or
sudo yunohost app upgrade wordpress -u https://github.com/YunoHost-Apps/wordpress_ynh/tree/testing --debug
```

**More info regarding app packaging:**