ShinobiCE/Installation
From r00tedvw.com wiki
(Difference between revisions)
(→Requirements) |
|||
Line 4: | Line 4: | ||
=Ubuntu= | =Ubuntu= | ||
− | + | ==Requirements== | |
− | + | ||
[https://shinobi.video/estimate estimate]<br> | [https://shinobi.video/estimate estimate]<br> | ||
per 5MP IP camera @ 30FPS 5000 bitrate (full resolution) | per 5MP IP camera @ 30FPS 5000 bitrate (full resolution) | ||
Line 11: | Line 10: | ||
* RAM - unknown | * RAM - unknown | ||
* Disk - 72GB per day | * Disk - 72GB per day | ||
+ | ==Installation== | ||
+ | Installation needs to be done as root | ||
+ | <nowiki>~$ sudo su</nowiki> | ||
+ | ===Dependencies=== | ||
+ | <nowiki>~$ add-apt-repository universe | ||
+ | ~$ apt install -y wget git software-properties-common net-tools dos2unix</nowiki> | ||
+ | ===Clone Project=== | ||
+ | Place the project in the <code>opt</code> directory | ||
+ | <nowiki>~$ cd /opt/ | ||
+ | ~$ git clone https://gitlab.com/Shinobi-Systems/Shinobi.git Shinobi</nowiki> | ||
+ | ===Install Shinobi=== | ||
+ | <nowiki>~$ cd /opt/Shinobi | ||
+ | ~$ chmod +x INSTALL/ubuntu.sh && INSTALL/ubuntu.sh</nowiki> |
Revision as of 22:37, 20 April 2022
Installation
Contents |
Overview
Node.JS Zoneminder CCTV alternative
Ubuntu
Requirements
estimate
per 5MP IP camera @ 30FPS 5000 bitrate (full resolution)
- CPU - unknown
- RAM - unknown
- Disk - 72GB per day
Installation
Installation needs to be done as root
~$ sudo su
Dependencies
~$ add-apt-repository universe ~$ apt install -y wget git software-properties-common net-tools dos2unix
Clone Project
Place the project in the opt
directory
~$ cd /opt/ ~$ git clone https://gitlab.com/Shinobi-Systems/Shinobi.git Shinobi
Install Shinobi
~$ cd /opt/Shinobi ~$ chmod +x INSTALL/ubuntu.sh && INSTALL/ubuntu.sh