ostis-apps / ostis-movies

Intelligent help system for OSTIS movies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Linux:

git clone https://github.com/ostis-apps/ostis-example-app.git
cd {project-name}/scripts
./install_ostis.sh

Build knowledge base

Linux:

cd {project-name}/ostis/scripts
./build_kb.sh

Run

Run on Linux:

#Terminal 1
cd {project-name}/ostis/scripts
./run_sctp.sh

#Terminal 2
cd {project-name}/ostis/scripts
./run_scweb.sh

Then open localhost:8000 in your browser

Project Structure

kb

Place for knowledge base of your app. Put your .scs and .gwf files here.

problem-solver

Place for problem solver of your app. Put your agents here.

Now support only platform independent agents(SCP).

interface

Place for your interface modules.

sc-web-extensions

Place for your extensions of standard IMS interface(sc-web).

We don't have automatically applying of your extensions to sc-web now. Do it by hand.

About

Intelligent help system for OSTIS movies

License:MIT License


Languages

Language:HTML 96.3%Language:JavaScript 3.4%Language:Shell 0.3%Language:CSS 0.1%