Differences

This shows you the differences between two versions of the page.

Link to this comparison view

doc:docker:webapp [2014/07/08 15:42] – created admindoc:docker:webapp [2014/07/08 15:44] (current) – [Installation] admin
Line 8: Line 8:
   sudo apt-get install python-pip   sudo apt-get install python-pip
   sudo pip install Flask docker-py markdown   sudo pip install Flask docker-py markdown
 +
 +===== Running the Web application =====
 +
 +You can run the simple Web application in a shell using
 +  cd docker/webapp
 +  python webrob.py
 +  
 +This will start a Web server at http://localhost:5000 
  
 ===== Headline ===== ===== Headline =====