Skip to content

Shamir-Lab/domino_web

Repository files navigation

DOMINO webinized - Finding active modules has never been easier!

DOMINO as a web-based service is avaliable here.

The original standalone version of DOMINO is available here

Prerequisites:

  1. node.js
  2. mongoDB server
  3. Dependency proejcts: ami_plugins and DOMINO

Installation instructions:

To run a domino server perform the following steps:

  1. Download and install Domino standalone tool from here
  2. Clone domino_web:
    git clone https://github.com/hag007/domino_web.git
    cd domino_web
  1. Create a file named config.js and insert the following lines:
const conf_server = {
  IP_ADDRESS: "your DNS/server IP",
  DOMINO_PYTHON_ENV: "/path/to/domino-env",
  AMI_PLUGINS_PYTHON_ENV: "/path/to/AMI-PLUGINS/",
  DOMINO_PATH: "/path/to/DOMINO/",
  PORT: 1234
};

module.exports = { conf: conf_server };
  1. Complete the setup process
    npm install     # Install dependencies
    npm run build   # Build the client side: Needs to be done each time client side files are modified
    node server.js     # run the server

Run an analysis from a running website:

See instruction on DOMINO website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages