2019-11-28 02:12:47 +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)
[![Install CodiMD with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=codimd)
*[Lire ce readme en français.](./README_fr.md)*
2020-06-13 16:12:37 +02:00
> *This package allows you to install CodiMD 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.*
2020-05-21 12:49:24 +02:00
## Overview
2020-06-03 09:43:47 +02:00
CodiMD is a real-time collaborative word processing web service. It uses Markdown language.
2019-11-28 02:12:47 +01:00
2020-03-09 17:38:20 +01:00
**Shipped version:** 1.6.0
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
2020-05-21 12:49:24 +02:00
![](https://demo.codimd.org/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
2020-05-21 12:49:24 +02:00
* [Official demo ](https://demo.codimd.org/ )
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
2020-06-22 18:13:51 +02:00
You can configure CodiMD by editing this file `/var/www/codimd/config.json` using this the [documentation ](https://github.com/codimd/server/blob/master/docs/configuration.md )
2018-11-21 16:11:09 +01:00
2020-05-21 12:49:24 +02:00
## Documentation
2020-06-15 00:24:32 +02:00
* Official documentation: https://github.com/codimd/server/tree/master/docs/
2020-05-23 15:12:44 +02:00
* YunoHost documentation: https://yunohost.org/#/app_codimd
2020-05-21 12:49:24 +02:00
## YunoHost specific features
2020-06-13 16:12:37 +02:00
#### 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
2020-06-03 09:43:47 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/codimd%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/codimd/)
2020-05-21 12:49:24 +02:00
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/codimd%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/codimd/)
## Links
* Report a bug: https://github.com/YunoHost-Apps/codimd_ynh/issues
* Upstream app repository: https://github.com/codimd/server/
* YunoHost website: https://yunohost.org/
---
2018-11-21 16:11:09 +01:00
2020-06-13 16:12:37 +02:00
Developer info
2020-05-21 12:49:24 +02:00
----------------
2020-05-06 11:05:04 +02:00
2020-06-13 16:12:37 +02:00
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
```