UNPKG

shinobi

Version:

The Free Open Source CCTV platform written in Node.JS, Security Surveillance Software. This is the Installer script for downloading and installing Shinobi CCTV on Linux or MacOS.

38 lines (27 loc) 1.17 kB
# Shinobi-Installer Ninja Way Installer for Shinobi CCTV - Official Website : http://shinobi.video - Documentation : http://shinobi.video/docs - Getting Started : http://shinobi.video/docs/start - Post-Install Tips : http://shinobi.video/docs/configure #### How Ninja Way Works > This script will clone a copy of Shinobi with `git`. Based on your selection of OS a script will be launched from within the `INSTALL` folder. Essentially quick-starting "The Easy Way". - Shinobi Pro : https://gitlab.com/Shinobi-Systems/Shinobi - Shinobi Pro (Development Branch) : https://gitlab.com/Shinobi-Systems/Shinobi/tree/dev - Shinobi CE : https://gitlab.com/Shinobi-Systems/ShinobiCE #### Installer Supports - Ubuntu 17.10.1 and 18.04 - CentOS 7 - MacOS 10.7(+) #### Run Installer 1. Become `root` to use the installer and run Shinobi. Use one of the following to do so. - Ubuntu 17.10.1 and 18.04 - `sudo su` - CentOS 7 - `su` - MacOS 10.7(+) - `su` 2. Download and run the installer. ``` bash <(curl -s https://raw.githubusercontent.com/ShinobiCCTV/Shinobi-Installer/master/shinobi-install.sh) ```