Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 865 Bytes

File metadata and controls

42 lines (25 loc) · 865 Bytes

simple-python-webserver-blueprint

The blueprint installs a webserver on your local machine. It is supported on Linux and most *nix machines.

Prerequisites

  • Cloudify CLI installed on your computer.
  • Your workstation's firewall should allow HTTP connections on port 8000.

Usage

  • Clone the repository
git clone https://github.com/cloudify-examples/local-simple-python-webserver-blueprint.git
cd local-simple-python-webserver-blueprint
  • Install
cfy install blueprint.yaml

This will run a Hello World server on your local machine in port 8000.

Open your browser to http://localhost:8000

You will see the following in your browser:

hwimage

  • Uninstall
cfy uninstall -b local-simple-python-webserver-blueprint