Current repository contains web interface for ostis platform (here you can find all ostis modules).
- python3
- pip
- nodejs
- npm
- grunt-cli
- python modules: tornado, sqlalchemy, python-rocksdb, progress, numpy, configparser
To install current module on debian based distros you may use internal scripts. Run
cd scripts
./install.sh
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.