I just set up my first forum on my raspberry pi running wheezy with apache2. The forum is SMF 2.0 with a mySQL database. I would like to be able to run python scripts on the raspberry pi to integrate other features with SMF (such as an attached LED that I would like to blink in certain situations). Where would a good place to start be, given I don't know much about SMF?
Sorry if this is in the wrong board.
Python support comes with the raspberry pi by default iirc. If you want to know how to run be able to execute python scripts through Apache2, you should probably refer to the Apache documentation.