1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00
codimd_ynh/README.md

63 lines
2.2 KiB
Markdown
Raw Normal View History

2020-11-22 16:49:21 +01:00
# CodiMD for YunoHost
2018-11-21 16:11:09 +01:00
2020-05-21 12:49:24 +02:00
[![Integration level](https://dash.yunohost.org/integration/codimd.svg)](https://dash.yunohost.org/appci/app/codimd) ![](https://ci-apps.yunohost.org/ci/badges/codimd.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/codimd.maintain.svg)
2020-12-19 13:50:12 +01:00
[![Install CodiMD with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=codimd)
2020-05-21 12:49:24 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2020-11-22 16:49:21 +01:00
> *This package allows you to install CodiMD quickly and simply on a YunoHost server.
2021-05-08 10:53:13 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2020-05-21 12:49:24 +02:00
## Overview
2020-11-22 16:49:21 +01:00
CodiMD is a real-time collaborative word processing web service. It uses Markdown language.
2019-11-28 02:12:47 +01:00
2021-05-11 14:34:39 +02:00
**Shipped version:** 2.4.1
2019-03-13 16:52:51 +01:00
2020-05-21 12:49:24 +02:00
## Screenshots
2019-11-28 18:06:39 +01:00
2021-05-08 11:06:29 +02:00
![](https://raw.githubusercontent.com/hackmdio/codimd/develop/public/screenshot.png)
2019-11-28 18:06:39 +01:00
2020-05-21 12:49:24 +02:00
## Demo
2018-11-21 16:11:09 +01:00
2021-05-08 11:23:20 +02:00
* [Official demo]()
2018-11-21 16:11:09 +01:00
2020-05-21 12:49:24 +02:00
## Configuration
2018-11-21 16:11:09 +01:00
2021-05-08 11:06:29 +02:00
You can configure CodiMD by editing this file `/var/www/codimd/config.json` using the [documentation](https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-configuration)
2018-11-21 16:11:09 +01:00
2020-05-21 12:49:24 +02:00
## Documentation
2021-05-08 11:06:29 +02:00
* Official documentation: https://hackmd.io/c/codimd-documentation
2021-05-08 10:53:13 +02:00
* YunoHost documentation: https://yunohost.org/en/app_codimd
2020-05-21 12:49:24 +02:00
## YunoHost specific features
#### Multi-user support
2020-05-21 12:49:24 +02:00
2020-06-03 09:43:47 +02:00
* Is LDAP supported? **Yes**
* Can the app be used by multiple users? **Yes**
2020-05-21 12:49:24 +02:00
#### Supported architectures
2021-05-08 11:23:20 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/codimd.svg)](https://ci-apps.yunohost.org/ci/apps/codimd/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/codimd.svg)](https://ci-apps-arm.yunohost.org/ci/apps/codimd/)
2020-05-21 12:49:24 +02:00
## Links
* Report a bug: https://github.com/YunoHost-Apps/codimd_ynh/issues
2021-05-08 10:53:13 +02:00
* Upstream app repository: https://github.com/hackmdio/codimd
2020-05-21 12:49:24 +02:00
* YunoHost website: https://yunohost.org/
---
2018-11-21 16:11:09 +01:00
2020-10-12 22:05:07 +02:00
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/codimd_ynh/tree/testing).
2018-11-21 16:11:09 +01:00
2020-05-21 12:49:24 +02:00
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/codimd_ynh/tree/testing --debug
or
sudo yunohost app upgrade codimd -u https://github.com/YunoHost-Apps/codimd_ynh/tree/testing --debug
```