mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Revert #54
This commit is contained in:
parent
ca02568af8
commit
e02a5c967e
2 changed files with 16 additions and 14 deletions
12
README.md
12
README.md
|
@ -1,17 +1,15 @@
|
||||||
# HedgeDoc for YunoHost (formely CodiMD)
|
# CodiMD for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/codimd)  
|
[](https://dash.yunohost.org/appci/app/codimd)  
|
||||||
[](https://install-app.yunohost.org/?app=codimd)
|
[](https://install-app.yunohost.org/?app=codimd)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allows you to install HedgeDoc quickly and simply on a YunoHost server.
|
> *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.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
HedgeDoc is a real-time collaborative word processing web service. It uses Markdown language.
|
CodiMD is a real-time collaborative word processing web service. It uses Markdown language.
|
||||||
|
|
||||||
*Note: This package install HedgeDoc, which was formely called CodiMD, and not what's now called CodiMD (the open source part of HackMD). See https://hedgedoc.org/history/*
|
|
||||||
|
|
||||||
**Shipped version:** 1.6.0
|
**Shipped version:** 1.6.0
|
||||||
|
|
||||||
|
@ -25,7 +23,7 @@ HedgeDoc is a real-time collaborative word processing web service. It uses Markd
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
You can configure HedgeDoc by editing this file `/var/www/codimd/config.json` using the [documentation](https://github.com/codimd/server/blob/master/docs/configuration.md)
|
You can configure CodiMD by editing this file `/var/www/codimd/config.json` using the [documentation](https://github.com/codimd/server/blob/master/docs/configuration.md)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
18
README_fr.md
18
README_fr.md
|
@ -1,17 +1,15 @@
|
||||||
# HedgeDoc pour YunoHost (anciennement CodiMD)
|
# CodiMD pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/codimd)  
|
[](https://dash.yunohost.org/appci/app/codimd)  
|
||||||
[](https://install-app.yunohost.org/?app=codimd)
|
[](https://install-app.yunohost.org/?app=codimd)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer HedgeDoc rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer CodiMD rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
HedgeDoc est un service web de traitement de texte collaboratif en temps réel. Il utilise le langage Markdown.
|
CodiMD est un service web de traitement de texte collaboratif en temps réel. Il utilise le langage Markdown.
|
||||||
|
|
||||||
*Note: Ce packet installe HedgeDoc, anciennement nommé CodiMD, et non ce qui s'appelle maintenant CodiMD (la partie open source d'HackMD). Cf. https://hedgedoc.org/history/*
|
|
||||||
|
|
||||||
**Version incluse :** 1.6.0
|
**Version incluse :** 1.6.0
|
||||||
|
|
||||||
|
@ -25,7 +23,7 @@ HedgeDoc est un service web de traitement de texte collaboratif en temps réel.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Vous pouvez configurer HedgeDoc en modifiant le fichier `/var/www/codimd/config.json` et en vous aidant de la [documentation](https://github.com/codimd/server/blob/master/docs/configuration.md)
|
Vous pouvez configurer CodiMD en modifiant le fichier `/var/www/codimd/config.json` et en vous aidant de la [documentation](https://github.com/codimd/server/blob/master/docs/configuration.md)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
@ -62,3 +60,9 @@ sudo yunohost app install https://github.com/YunoHost-Apps/codimd_ynh/tree/testi
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade codimd -u https://github.com/YunoHost-Apps/codimd_ynh/tree/testing --debug
|
sudo yunohost app upgrade codimd -u https://github.com/YunoHost-Apps/codimd_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
it.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/codimd_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade codimd -u https://github.com/YunoHost-Apps/codimd_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue