Nos vamos al directorio
$cd /home/somedir/testHTML5app
Ejecutamos python con el modulo SimpleHTTPServer
$python -m SimpleHTTPServerServing HTTP on 0.0.0.0 port 8000
Ahora podes acceder con http://tu-ip:puertp/ en cualquier browser
http://192.168.1.2:8000
o si quere en tu maquina usando el loopback ip
http://127.0.0.1:8000
Si queres cheques mas info podes ir a docs.python.org (simpleHTTPServer)