/sc-web-2

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

You can install deps with

    pip3 install -r requirements.txt
    cd ./scripts
    ./install_deps_ubuntu.sh    #for debian based distros

Building

To install current module 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. After that you should run ./run_scweb.sh in /scripts directory.