Monkey Server v1.6

Raspberry Pi

Monkey is fully supported on the Raspberry Pi board. If you want to use Monkey in your Raspberry Pi device, you can build it from sources as described in the Getting Started section or use our binary Debian packages that can be obtained from our special APT repository for Raspbian.

Note that starting from Monkey v1.6.4, we only distribute packages for Raspbian Jessie.

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 Raspbian, 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/raspbian jessie main

then update your repository cache with:

$ 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