#731·httpbin

Installation without Docker

Author: ghostCreated Jun 18, 2025Updated Nov 29, 2025

Hello, I feel stupid opening this issue because i think it should be a good praxis to include installation without docker in any software but you did not have that gesture with us, so i have the following problem. I installed this using the freebsd port collection and now I have all these files:

py311-httpbin-0.10.1:
	/usr/local/lib/python3.11/site-packages/httpbin-0.10.1.dist-info/AUTHORS
	/usr/local/lib/python3.11/site-packages/httpbin-0.10.1.dist-info/LICENSE
	/usr/local/lib/python3.11/site-packages/httpbin-0.10.1.dist-info/LICENSE.ISC
	/usr/local/lib/python3.11/site-packages/httpbin-0.10.1.dist-info/LICENSE.MIT
	/usr/local/lib/python3.11/site-packages/httpbin-0.10.1.dist-info/METADATA
	/usr/local/lib/python3.11/site-packages/httpbin-0.10.1.dist-info/RECORD
	/usr/local/lib/python3.11/site-packages/httpbin-0.10.1.dist-info/WHEEL
	/usr/local/lib/python3.11/site-packages/httpbin-0.10.1.dist-info/top_level.txt
	/usr/local/lib/python3.11/site-packages/httpbin/__init__.py
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/__init__.cpython-311.opt-1.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/__init__.cpython-311.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/core.cpython-311.opt-1.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/core.cpython-311.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/filters.cpython-311.opt-1.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/filters.cpython-311.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/helpers.cpython-311.opt-1.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/helpers.cpython-311.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/structures.cpython-311.opt-1.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/structures.cpython-311.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/utils.cpython-311.opt-1.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/__pycache__/utils.cpython-311.pyc
	/usr/local/lib/python3.11/site-packages/httpbin/core.py
	/usr/local/lib/python3.11/site-packages/httpbin/filters.py
	/usr/local/lib/python3.11/site-packages/httpbin/helpers.py
	/usr/local/lib/python3.11/site-packages/httpbin/static/favicon.ico
	/usr/local/lib/python3.11/site-packages/httpbin/structures.py
	/usr/local/lib/python3.11/site-packages/httpbin/templates/UTF-8-demo.txt
	/usr/local/lib/python3.11/site-packages/httpbin/templates/flasgger/index.html
	/usr/local/lib/python3.11/site-packages/httpbin/templates/footer.html
	/usr/local/lib/python3.11/site-packages/httpbin/templates/forms-post.html
	/usr/local/lib/python3.11/site-packages/httpbin/templates/httpbin.1.html
	/usr/local/lib/python3.11/site-packages/httpbin/templates/images/jackal.jpg
	/usr/local/lib/python3.11/site-packages/httpbin/templates/images/pig_icon.png
	/usr/local/lib/python3.11/site-packages/httpbin/templates/images/svg_logo.svg
	/usr/local/lib/python3.11/site-packages/httpbin/templates/images/wolf_1.webp
	/usr/local/lib/python3.11/site-packages/httpbin/templates/index.html
	/usr/local/lib/python3.11/site-packages/httpbin/templates/moby.html
	/usr/local/lib/python3.11/site-packages/httpbin/templates/sample.xml
	/usr/local/lib/python3.11/site-packages/httpbin/templates/trackingscripts.html
	/usr/local/lib/python3.11/site-packages/httpbin/utils.py
	/usr/local/share/licenses/py311-httpbin-0.10.1/ISCL
	/usr/local/share/licenses/py311-httpbin-0.10.1/LICENSE
	/usr/local/share/licenses/py311-httpbin-0.10.1/catalog.mk

...How do I start the HTTP server? Salute