Tutorial — Bottle 0.13-dev documentation
bottlepy.org › docs › devJan 04, 2022 · # Grab the 'app' object from the 'myapp.controller' module and # start a paste server on port 80 on all interfaces. python -m bottle -server paste -bind 0.0.0.0:80 myapp.controller:app # Start a self-reloading development server and serve the global # default application.