WebPython on Raspbian running on Raspberry Pi 3 (Portability Test)
Ok, so it was slow but the point is WebPython is also portable.
The compilation took around 30Min-1Hour.
The setup took 2 minutes on Lighttpd.
Here's the lighttpd configuration:
fastcgi.server =(
".py" => (
"localhost" => (
"socket" => "/tmp/fcgi-socket",
"max-procs" => 10,
"bin-path" => "/opt/PythonInstall/bin/python3"
)
)
)
Comments
Post a Comment