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
- Host: GitHub
- URL: https://github.com/24eme/histopad
- Owner: 24eme
- License: agpl-3.0
- Created: 2023-02-27T17:01:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T14:16:53.000Z (about 1 year ago)
- Last Synced: 2025-07-29T12:29:51.566Z (4 months ago)
- Topics: archive, archiving, etherpad, git, history, pad
- Language: PHP
- Homepage:
- Size: 194 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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