Monkey is fully supported on Debian and Ubuntu. We provide our own APT server for packages distribution. To get started, install our GPG key and configure your repository list.
The first step is to add our server GPG key to your keyring, on that way you can get our signed packages:
$ wget -qO - http://apt.monkey-project.com/monkey.key | sudo apt-key add -
On Debian and derivated systems such as Ubuntu, you need to add our APT server entry to your sources lists, please add the following content at bottom of your /etc/apt/sources.list file:
deb http://apt.monkey-project.com/ubuntu wily main
deb http://apt.monkey-project.com/debian jessie main
Now let your system update the apt database:
$ sudo apt-get update
Using the apt-get command you are able now to install the latest version of Monkey HTTP Server:
$ sudo apt-get install monkey