2016-10-25 00:00:01 +02:00
|
|
|
# Work In Progress : do not install in production
|
|
|
|
|
2016-10-25 23:34:42 +02:00
|
|
|
# Haste for YunoHost
|
2016-10-25 00:00:01 +02:00
|
|
|
|
2016-10-25 23:34:42 +02:00
|
|
|
Haste is an open-source pastebin software written in node.js.
|
|
|
|
A publicly available version can be found at hastebin.com
|
2016-10-25 00:00:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
- Functionnal instance of [YunoHost](https://yunohost.org)
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
From command line:
|
|
|
|
|
2016-10-25 23:34:42 +02:00
|
|
|
`sudo yunohost app install -l Haste https://github.com/YunoHost-Apps/haste_ynh`
|
2016-10-25 00:00:01 +02:00
|
|
|
|
|
|
|
## Upgrade
|
|
|
|
From command line:
|
|
|
|
|
2016-10-25 23:34:42 +02:00
|
|
|
`sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/haste_ynh haste`
|
2016-10-25 00:00:01 +02:00
|
|
|
|
|
|
|
## Infos
|
|
|
|
|
|
|
|
- [YunoHost forum thread](https://forum.yunohost.org/)
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This package is published under MIT License
|