====== KnowRob as SaaS Web application ====== Using the Docker infrastructure, KnowRob can be used as Software-as-a-Service Web application. ===== Installation ===== The Python code is contained in the [[https://github.com/knowrob/docker|knowrob/docker]] repository on GitHub. It is based on the [[http://flask.pocoo.org/|Flask Web-framework]] that you can install with sudo apt-get install python-pip 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 =====