install.sh
上传用户:qdrechuli
上传日期:2022-08-01
资源大小:917k
文件大小:1k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

  1. #!/bin/sh
  2. #All rights to NetAdmin (argh!!!)
  3. chmod -R 777 /opt/NetAdmin/
  4. #Install GD for Perl
  5. cd GD-1.16
  6. perl Makefile.PL
  7. make
  8. make install
  9. cd ..
  10. #Install GDTextUtil for Perl
  11. cd GDTextUtil-0.80
  12. perl Makefile.PL
  13. make
  14. make install
  15. cd ..
  16. #Install Html for Perl
  17. cd Html
  18. perl Makefile.PL
  19. make
  20. make install
  21. cd ..
  22. #Links 
  23. ln -s /opt/NetAdmin/Net-Cam/cron/Net-Cam /etc/cron.daily/Net-Cam
  24. ln -s /opt/NetAdmin/Net-Cam/etc/getcam /etc/rc.d/init.d/getcam
  25. ln -s /opt/NetAdmin/Net-Cam/etc/optcam /etc/rc.d/init.d/optcam
  26. ln -s /opt/NetAdmin/Net-Cam/etc/getcam /etc/rc3.d/S99getcam
  27. ln -s /opt/NetAdmin/Net-Cam/etc/getcam /etc/rc3.d/K00getcam
  28. #Configure Apache
  29. echo "Include /opt/NetAdmin/Net-Cam/etc/httpd.conf" >>  /etc/httpd/conf/httpd.conf
  30. echo "Include /opt/NetAdmin/NetAdmin/etc/httpd.conf" >>  /etc/httpd/conf/httpd.conf
  31. #Configure MySQL
  32. mysql -f < /opt/NetAdmin/Net-Cam/sql/create.sql