1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00
wikijs_ynh/README.md

51 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2021-07-05 20:41:40 +02:00
<!--
2024-04-26 03:47:14 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-07-05 20:41:40 +02:00
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
2024-04-26 03:47:14 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-07-05 20:41:40 +02:00
2024-04-26 03:47:14 +02:00
> *This package allows you to install Wiki.js 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.*
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-05-20 03:46:31 +02:00
**Shipped version:** 2.5.303~ynh1
2019-07-14 18:41:53 +02:00
2024-04-26 03:47:14 +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
2024-04-26 03:47:14 +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>
- YunoHost Store: <https://apps.yunohost.org/app/wikijs>
- 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
2024-04-26 03:47:14 +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
2024-04-26 03:47:14 +02:00
To try the `testing` branch, please proceed like that:
2022-05-24 08:26:01 +02:00
2024-04-26 03:47:14 +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
2024-04-26 03:47:14 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>