On Tue, Feb 26, 2013 at 2:59 AM, Tharindu Dassanayake <
[email protected]> wrote:

> Hello,
>
> I would like to set up Monkey on my Raspberry pi device. Where should I
> get start? I am new to Monkey.
>
> Regards,
> Tharindu
>
> _______________________________________________
> Monkey mailing list
> [email protected]
> http://lists.monkey-project.com/listinfo/monkey
>
>
Hi,

I *think* this will be enough to start:

    $ apt-get install build-essential gcc
    $ wget http://monkey-project.com/releases/1.1/monkey-1.1.1.tar.gz
    $ tar zxfv monkey-1.1.1.tar.gz
    $ cd monkey-1.1.1/
    $ ./configure --debug
    $ make
    $ bin/monkey

then try http://raspberry_IP:2001/

do that steps as normal-user (non-root),

regards,

-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://www.monkey-project.com
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to