Advertisement
gsavix

memo_sphinx_p50

Jan 17th, 2013
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. como ativar um servidor http utilizando o python no próprio diretório e localhost
  2. 1-entre no prompt do dos
  3. 2-cd para o diretorio desejado
  4. 3-dentro do diretorio desejado emita o comando:(respeite maiusculas e minusculas), após
  5. abra um navegador e digite: http://localhost:8087 (irá aparecer o diretório raiz
  6. abra a pasta _build (aí está o manual gerado)
  7. C:\Downloads\boletim>python -m SimpleHTTPServer 8087
  8. Serving HTTP on 0.0.0.0 port 8087 ...
  9. localhost - - [17/Jan/2013 16:49:54] "GET / HTTP/1.1" 200 -
  10. localhost - - [17/Jan/2013 16:49:57] "GET /_build/ HTTP/1.1" 200 -
  11. localhost - - [17/Jan/2013 16:49:58] "GET /_build/html/ HTTP/1.1" 200 -
  12. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement