Vous êtes ici : Accueil / Debian GNU/Linux / Système / Logiciels / Installer resty sur Debian

Installer resty sur Debian

Par Pierre-Yves Landuré Dernière modification 30/09/2013 20:45

resty est un client REST en ligne de commande conçu pour être intégré dans un pipeline shell. Ce guide facilite son installation sur Debian.

Ce guide est testé sur:

  • Debian 7.0 Wheezy

Installation

Installez les logiciels nécessaires:

command apt-get install curl

Téléchargez le logiciel:

command mkdir --parents '/usr/local/lib/resty'
command wget 'http://github.com/micha/resty/raw/master/resty' \
     --quiet --no-check-certificate --output-document='/usr/local/lib/resty/resty'
command chmod +x '/usr/local/lib/resty/resty'

Remerciements

  • Merci aux développeurs de Resty.