Shinobi The Open Source CCTV Solution
This installer works well with Ubuntu 17.10.1
-
Open
Terminal
. -
Become root.
sudo su
-
Install git command line library.
apt install git -y
-
Pull the repository.
git clone https://gitlab.com/Shinobi-Systems/Shinobi.git Shinobi
-
Open Shinobi directory.
cd Shinobi
-
Start the installer
chmod +x INSTALL/ubuntu.sh && INSTALL/ubuntu.sh
-
Packages will be installed. MariaDB will ask to create a password on first installation.
-
Once complete. Open up
http://localhost:8080
in your browser.-
Note : if you are installed on a remote computer open up the IP in your web browser.
-
-
Login at
http://your.shinobi.video/super
.Username : admin@shinobi.video
Password : admin -
You should now be able to manage accounts
-
To Update Shinobi :
Update Shinobi via Terminal
sudo ufw allow 8080/tcp
Comentarios