Skip to content

Installation

B611 edited this page Nov 4, 2021 · 1 revision

Installation

The Nyja toolkit is fully dockerized and can run on Linux, Mac and Windows.

Requirements

  • docker
  • docker-compose

Alternatively you can install Docker Desktop to install both docker and docker-compose with a GUI

Installation

Installation must be done via the terminal while being located at the root of the MSC_Darknet_Markets directory.

Linux/MacOS

To lauch the CLI version for Unix:

sh launchers/unix/run_cli.sh

To lauch the GUI version for Unix:

sh launchers/unix/run_web.sh

Windows

To lauch the CLI version for Windows:

launchers/windows/run_cli.bat

To lauch the GUI version for Windows:

launchers/windows/run_web.bat

Clone this wiki locally