Table of Contents
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 knowrob/docker repository on GitHub. It is based on the 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