Issues with BitNinja installation
Problems when installing a standalone license
If the default installation of BitNinja fails, try installing the solution manually. This will help you resolve the problem or get more information.
CloudLinux
1. Configure BitNinja repository:rpm -Uvh http://rpm.bitninja.io/1.0/noarch/bitninja-repo-1.0-1.noarch.rpm
2. Install BitNinja-dojo package:yum install bitninja-dojo
3. Run the installation:yum install bitninja
4. Specify the license key:bitninja-config --set license_key=License_Key_here_1234
5. Launch BitNinja:service bitninja start
Ubuntu
1. Configure BitNinja repository:sudo su -c "echo deb http://apt.bitninja.io/debian/ bitninja non-free >> /etc/apt/sources.list.d/bitninja.list"
2. Add the GPG key from BitNinja:sudo su -c "apt-key adv --keyserver keyserver.ubuntu.com --recv-key 7F8B47DC"
3. Update the package list on the server:sudo apt-get update
4. Run the installation:sudo apt-get install bitninja
5. Specify the license key:sudo bitninja-config --set license_key=License_Key_here_1234
6. Launch BitNinja:service bitninja start
Debian
1. Configure BitNinja repository:echo deb http://apt.bitninja.io/debian/ bitninja non-free >> /etc/apt/sources.list.d/bitninja.list"
2. Add the GPG key from BitNinja:apt-key adv --keyserver keyserver.ubuntu.com --recv-key 7F8B47DC
3. Update the package list on the server:apt-get update
4. Run the installation:apt-get install bitninja
5. Specify the license key:bitninja-config --set license_key=License_Key_here_1234
6. Launch BitNinja:service bitninja start
Red Hat
1. Configure BitNinja repository:rpm -Uvh http://rpm.bitninja.io/1.0/noarch/bitninja-repo-1.0-1.noarch.rpm
2. Install BitNinja-dojo package:yum install bitninja-dojo
3. Run the installation:yum install bitninja
4. Specify the license key:bitninja-config --set license_key=License_Key_here_1234
5. Launch BitNinja:service bitninja start