An open API service indexing awesome lists of open source software.

https://github.com/24eme/histopad

Mini application web permettant d'historiser des pads (etherpad) et les archiver dans un dépôt git
https://github.com/24eme/histopad

archive archiving etherpad git history pad

Last synced: 4 months ago
JSON representation

Mini application web permettant d'historiser des pads (etherpad) et les archiver dans un dépôt git

Awesome Lists containing this project

README

          

# HistoPad

Mini application web permettant d'historiser des pads (etherpad) et les archiver dans un dépôt git.

## Aperçu

![capture](https://user-images.githubusercontent.com/6379869/222990784-2c9eb458-663c-4178-9f74-9b93ed4fb0fb.gif)

## License

Logiciel libre sous license AGPL V3

## Installation

### Debian / Ubuntu

Installation des dépendances :

```
sudo aptitude install php git
```

Récupération des sources :

```
git clone https://github.com/24eme/histopad.git
```

Pour tester l'application :

```
php -S localhost:8000
```

### Déploiement avec Apache

Configuration des droits apache sur les dossiers `cache`, `queue` et `pads` :

```
sudo chown www-data:www-data cache queue pads
```

Configuration Apache :

```
DocumentRoot /path/to/histopad

Require all granted