EasyEngine on a Raspberry Pi

Hello,
I’m trying to install EE (last versione) on a fresh Raspberry installation based on Debian 7.5.
The first step (installing EasyEngine works fine) but when I launch “ee stack install” I get this error message:

Adding Dotdeb NGINX repository, please wait…
Adding Dotdeb PHP5.5 repository, please wait…
Executing apt-get update, please wait…
[ mer 16 lug 2014, 12.03.44, CEST ] Unable to execute apt-get update, exit status = 100

What’s wrong?

Thank you
Lorenzo

Hi,
We are using dotdeb repo for Debian which currently not support to raspberry pi.
To workout this, you need to comment dotdeb repo,
For this open following file:
vim /usr/local/sbin/easyenginge

And comment line 51
# ee_mod_repo_$EE_THIRD

and now you can tryout
ee stack install

Also let us know your views on “EasyEngine on Pi” after running site.

Hi,
thank you for your prompt answer.
I’ve commented line 51 and rebooted the Raspberry but I get the same error again.

Lorenzo

Hi… You also need to remove earlier dotdeb repo from your Pi.
Just use following command:
rm -rf /etc/apt/sources.list.d/dotdeb.*

Thank you Gaurav,
I keep on facing the same issue: Unable to execute apt-get update, exit status = 100.
I have removed:

  • dotdeb-wheezy.list
  • dotdeb-wheezy-php55.list
But after launching ee stack install the two repos appear again. Is there anything else I have to remove?

Thanks
Lorenzo

@Lorenzo
make sure that you have comment out
#line no 51
ee_mod_repo_$EE_THIRD
in vim /usr/local/sbin/easyenginge and then perform sudo apt-get update

Hello @lorenzogiacomin,

I hope your query is resolved. I am closing this support ticket for now.

Feel free to create a new support ticket if you have any queries further. :slight_smile: