Install resty on Debian
by
Pierre-Yves Landuré
—
last modified
Sep 30, 2013 08:45
resty is a command line REST client designed to be used in a shell pipeline. This howto ease its installation on Debian.
This howto is tested on:
- Debian 7.0 Wheezy
Installation
Install the needed software:
command apt-get install curl
Download the software:
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'
Thanks
- Thanks to Resty developers.