To run the web version of ESKB, a web server and a Prolog interpreter (gprolog) are required. To start a new knowledgebase, use *-kbase.pro as a template and create a *-specs.pro file. Create a rulebase by executing "build_rules.sh" with * as an input command line. Copy and paste this output into a *-rules.pro file. To create a complementary home page, use a *.html under the html directory as a template. To create a new set of form entries, execute "build_form.sh" with * as an input command line. Copy and paste this output into a html/*-form.html file. On completion you will have a set (*=ground_vehicle) of files that consists of: ground_vehicle-kbase.pro ground_vehicle-specs.pro ground_vehicle-rules.pro html/ground_vehicle.html html/ground_vehicle-form.html