Linux:
git clone https://github.com/ostis-apps/ostis-prosem.git
cd ostis-prosem/scripts
./install_ostis.shLinux:
cd ostis-prosem/ostis/scripts
./build_kb.shRun on Linux:
#Terminal 1
cd ostis-prosem/ostis/scripts
./run_sctp.sh
#Terminal 2
cd ostis-prosem/ostis/scripts
./run_scweb.shThen open localhost:8000 in your browser
Place for knowledge base of your app. Put your .scs and .gwf files here.
Place for problem solver of your app. Put your agents here.
Some tips:
- Store your modules with c++ agents in problem-solver/cxx;
- After update c++ code you need to rebuild sc-machine. Just run:
cd ostis-prosem/ostis/sc-machine/scripts
./make_all.sh
- For enable debug:
- add SET(CMAKE_BUILD_TYPE Debug) line to ostis-prosem/ostis/sc-machine/CMakeLists.txt file;
- rebuild sc-machine.
- Look example module with C++ agent here.
Place for your interface modules.
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.