/sc-web

Web oriented sc-models interpreter

Primary LanguageJavaScript

About

Current repository contains web interface for ostis platform (here you can find all ostis modules).

Installation

Installing requirements:

  • python3
  • pip
  • nodejs
  • npm
  • grunt-cli
  • python modules: tornado, sqlalchemy, python-rocksdb, progress, numpy, configparser

Building

To install current module on debian based distros you may use internal scripts. Run

    cd scripts
    ./install.sh

Running

To run ostis web interface you should build knowledge base and run sctp server. You can do it by running ./build_kb.sh and ./run_sctp.sh in ostis-web-platform module.