Monkey Server v1.6

Debian and Ubuntu

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.

Server GPG key

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 -

Update your sources lists

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:

Ubuntu 15.10 (Wily)

deb http://apt.monkey-project.com/ubuntu wily main

Debian 8 (jessie)

deb http://apt.monkey-project.com/debian jessie main

Update your repositories database

Now let your system update the apt database:

$ sudo apt-get update

Install Monkey

Using the apt-get command you are able now to install the latest version of Monkey HTTP Server:

$ sudo apt-get install monkey