PHP on a Pi(rate)Box?

Posted by MrLetsPeter 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
PHP on a Pi(rate)Box?
March 09, 2013 10:03AM
My question is if there a way to run "GetSimple CMS" at the PirateBox, which needs nothing more than a webserver and php. So if there's anybody out there who could help me with this I would be really thankful.

Thanks for any response (and sorry for my bad English)
Greetings MrLetsPeter smiling smiley
Re: PHP on a Pi(rate)Box?
March 11, 2013 06:41AM
Hi,
for sure it is possible..

sudo apt-get update
 sudo apt-get install php5-cgi

After this, you can follow the instruction here at the point where you have to edit the piratebox.config file

Matthias
Re: PHP on a Pi(rate)Box?
March 11, 2013 07:35PM
So first thanks a thousand to you Matthias for replying that quickly. But I´ve got still one question, I didn't really figured out where to put the "GetSimple CMS"-files I tried to put the hole files in to the php folder but it just kept saying error 500.

Thanks for Answers, MrLetsPeter
Re: PHP on a Pi(rate)Box?
March 12, 2013 06:27AM
just reproduce the problem and then have a look at /opt/piratebox/tmp/error.log & /opt/piratebox/tmp/break.log

maybe post it. These files are the only logfiles wirtten in case of a broken script or whatever.