rudi-kit / sc-web-2

Web oriented sc-models interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Web oriented sc-models interpreter


Languages

Language:JavaScript 57.9%Language:Java 21.7%Language:Python 11.9%Language:HTML 5.6%Language:CSS 2.9%Language:Shell 0.0%Language:Batchfile 0.0%