2 Practice Section
2.1 Environment Configuration
2.1.1 Configuration system comes with apt source
Vi/etc/apt/sources.list
The configuration is as follows:
#deb Cdrom:[debian gnu/linux 7.11.0 _wheezy_-official AMD64 DVD Binary-1 20160605-17:36]/Wheezy contrib maindeb/HTTP/ Security.debian.org/wheezy/updates main CONTRIBDEB-SRC http://security.debian.org/wheezy/updates main contrib
To update the source warehouse:
Apt-get Update
2.1.2 Configuration Unifi Apt Source
echo "Deb Http://ftp2.cn.debian.org/debian Debian7.11 main" | Tee/etc/apt/sources.list.d/debian.listecho "Deb Http://www.ubnt.com/downloads/unifi/debian stable Ubiquiti" | Tee/etc/apt/sources.list.d/unifi.listecho "Deb Http://downloads-distro.mongodb.org/repo/debian-sysvinit Dist 10gen " | Tee/etc/apt/sources.list.d/mongodb-10gen.list
To update the source warehouse:
Apt-get Update
2.1.3 Installing the Unifi-video main program
Apt-get Install Unifi-video
If you are prompted with the following error:
Enter the following command to resolve:
Apt-get-f Install
See documentation
=============================================================
Installation of Unifi:
Https://help.ubnt.com/hc/en-us/articles/205146160-UniFi-Install-the-UniFi-controller-software-on-the-UniFi-Video-NVR
http://bbs.ubnt.com.cn/forum.php?mod=viewthread&tid=6896
Https://community.ubnt.com/t5/UniFi-Video-Blog/bg-p/blog_airVision
Debian Source Address:
Https://www.debian.org/mirror/list
MongoDB Installation:
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/
MongoDB's installation Source:
http://downloads-distro.mongodb.org/repo/debian-sysvinit/
UBNT Official Source Address:
Https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu
This article is from the "Old Tan Linux Cluster blog" blog, please be sure to keep this source http://cmdschool.blog.51cto.com/2420395/1878771
UBNT Unifi Video's Debian environment installation