2021-07-05 20:41:40 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2020-06-10 10:23:26 +02:00
|
|
|
# Wiki.js for YunoHost
|
2019-01-29 21:56:56 +01:00
|
|
|
|
2023-02-09 07:23:06 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/wikijs.svg)](https://dash.yunohost.org/appci/app/wikijs) ![Working status](https://ci-apps.yunohost.org/ci/badges/wikijs.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/wikijs.maintain.svg)
|
2023-02-13 20:02:23 +01:00
|
|
|
|
2020-12-19 10:34:22 +01:00
|
|
|
[![Install Wiki.js with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wikijs)
|
2019-01-29 21:56:56 +01:00
|
|
|
|
2021-07-05 20:41:40 +02:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
> *This package allows you to install Wiki.js quickly and simply on a YunoHost server.
|
2020-06-03 23:48:48 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2019-01-29 21:56:56 +01:00
|
|
|
|
|
|
|
## Overview
|
2019-01-30 04:49:25 +01:00
|
|
|
|
2022-01-14 23:51:10 +01:00
|
|
|
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
|
|
|
|
|
2019-07-14 18:41:53 +02:00
|
|
|
|
2024-01-13 09:31:07 +01:00
|
|
|
**Shipped version:** 2.5.298~ynh1
|
2019-07-14 18:41:53 +02:00
|
|
|
|
2021-07-05 20:41:40 +02:00
|
|
|
**Demo:** https://docs-beta.requarks.io/
|
2019-04-03 23:35:22 +02:00
|
|
|
|
2019-02-04 19:57:16 +01:00
|
|
|
## Screenshots
|
|
|
|
|
2022-05-24 08:26:01 +02:00
|
|
|
![Screenshot of Wiki.js](./doc/screenshots/screenshot1.png)
|
2019-01-29 21:56:56 +01:00
|
|
|
|
2021-07-05 20:41:40 +02:00
|
|
|
## Documentation and resources
|
2019-01-29 21:56:56 +01:00
|
|
|
|
2022-05-24 08:26:01 +02:00
|
|
|
* Official app website: <https://wiki.js.org/>
|
|
|
|
* Official user documentation: <https://docs-beta.requarks.io/>
|
|
|
|
* Upstream app code repository: <https://github.com/Requarks/wiki>
|
2023-11-18 18:23:06 +01:00
|
|
|
* YunoHost Store: <https://apps.yunohost.org/app/wikijs>
|
2022-05-24 08:26:01 +02:00
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/wikijs_ynh/issues>
|
2019-01-29 21:56:56 +01:00
|
|
|
|
2020-09-22 15:45:01 +02:00
|
|
|
## Developer info
|
2019-01-29 21:56:56 +01:00
|
|
|
|
2020-06-10 10:23:26 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing).
|
2019-01-29 21:56:56 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-05-24 08:26:01 +02:00
|
|
|
|
|
|
|
``` bash
|
2020-06-10 10:23:26 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug
|
2019-01-29 21:56:56 +01:00
|
|
|
or
|
2020-06-10 10:23:26 +02:00
|
|
|
sudo yunohost app upgrade wikijs -u https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug
|
2019-01-29 21:56:56 +01:00
|
|
|
```
|
2021-07-05 20:41:40 +02:00
|
|
|
|
2022-05-24 08:26:01 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|