Installing Shinobi
-
4. Downloading Shinobi
Cloning Shinobi Git Repository for Fedora GNU/Linux
So issue the following Command:sudo git clone https://gitlab.com/Shinobi-Systems/Shinobi.git /home/Shinobi
We use “sudo” to store it into the Default /home/Shinobi location!
-
5. Installing Shinobi
Then to Install Shinobi
First, access the Target Shinobi Folder:cd /home/Shinobi
Then give Execution Permission with:
chmod +x ./INSTALL/centos.sh
Last, to run the Installation Script:
sudo ./INSTALL/centos.sh
Follow the Installation Wizard…
You’ll be prompted about the MariaDB Setup.
Finally, choose to Start Shinobi Service:Congrats, you are Done!
Possibly, then see: How to Upgrade Shinobi.
Finally, to Start Shinobi Service after a System Reboot
First, access the Target:cd /home/Shinobi
And then run:
pm2 start camera.js && pm2 start cron.js
You may need also to Start the Database Server, as for instance here MariaDB with:
sudo service mariadb start
Contents