仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 2602|回复: 9
打印 上一主题 下一主题

[CentOS(社区)] 给大家带来cenos 6.4下装置phpmotion

[复制链接]
精灵巫婆 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-14 20:30:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
欢迎大家来到仓酷云论坛!一装置LAMP
二装置转码工具
(一)装置ffmpeg。
装置yasm
[CSS]viewplaincopyprint?




  • wgethttp://www.ckuyun.com/projects/yasm/releases/yasm-1.2.0.tar.gz
  • tarxzvfyasm-1.2.0.tar.gz
  • cdyasm-1.2.0
  • ./configure
  • make
  • makeinstall
  • makedistclean
  • .~/.profile
  1. wgethttp://www.ckuyun.com/projects/yasm/releases/yasm-1.2.0.tar.gztarxzvfyasm-1.2.0.tar.gzcdyasm-1.2.0./configuremakemakeinstallmakedistclean.~/.profile
复制代码
装置x264
[css]viewplaincopyprint?




  • gitclone--depth1git://git.videolan.org/x264.git
  • cdx264
  • ./configure--enable-static
  • make
  • makeinstall
  • makedistclean
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean
复制代码
装置fdk-aac
[css]viewplaincopyprint?




  • gitclone--depth1git://github.com/mstorsjo/fdk-aac.git
  • cdfdk-aac
  • autoreconf-fiv
  • ./configure--disable-shared
  • make
  • makeinstall
  • makedistclean
  1. gitclone--depth1git://github.com/mstorsjo/fdk-aac.gitcdfdk-aacautoreconf-fiv./configure--disable-sharedmakemakeinstallmakedistclean
复制代码
装置libmp3lame
[css]viewplaincopyprint?




  • sudoapt-getinstallnasm
  • wgethttp://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
  • tarxzvflame-3.99.5.tar.gz
  • cdlame-3.99.5
  • ./configure--enable-nasm--disable-shared
  • make
  • makeinstall
  • makedistclean
  1. sudoapt-getinstallnasmwgethttp://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gztarxzvflame-3.99.5.tar.gzcdlame-3.99.5./configure--enable-nasm--disable-sharedmakemakeinstallmakedistclean
复制代码
装置libopus
[css]viewplaincopyprint?




  • wgethttp://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz
  • tarxzvfopus-1.0.3.tar.gz
  • cdopus-1.0.3
  • ./configure--disable-shared
  • make
  • makeinstall
  • makedistclean
  1. wgethttp://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gztarxzvfopus-1.0.3.tar.gzcdopus-1.0.3./configure--disable-sharedmakemakeinstallmakedistclean
复制代码
装置libvpx
[css]viewplaincopyprint?




  • gitclone--depth1http://git.chromium.org/webm/libvpx.git
  • cdlibvpx
  • ./configure--prefix="/opt/ffmpeg_sources/ffmpeg_build"--disable-examples
  • make
  • makeinstall
  • makeclean
  1. gitclone--depth1http://git.chromium.org/webm/libvpx.gitcdlibvpx./configure--prefix="/opt/ffmpeg_sources/ffmpeg_build"--disable-examplesmakemakeinstallmakeclean
复制代码
装置other
[css]viewplaincopyprint?




  • yuminstalllibx11-devlibxext-devlibXfixes-devlibvorbis-devlibtheora-devlibass-dev
  1. yuminstalllibx11-devlibxext-devlibXfixes-devlibvorbis-devlibtheora-devlibass-dev
复制代码

装置ffmpeg
[css]viewplaincopyprint?




  • gitclone--depth1git://source.ffmpeg.org/ffmpeg
  • cdffmpeg
  • ./configure--extra-libs="-ldl"--enable-gpl--enable-libass–enable-libfdk-aac--enable-libmp3lame--enable-libopus--enable-libtheora--enable-libvorbis--enable-libvpx--enable-libx264--enable-nonfree--enable-x11grab
  • make
  • makeinstall
  • makedistclean
  1. gitclone--depth1git://source.ffmpeg.org/ffmpegcdffmpeg./configure--extra-libs="-ldl"--enable-gpl--enable-libass–enable-libfdk-aac--enable-libmp3lame--enable-libopus--enable-libtheora--enable-libvorbis--enable-libvpx--enable-libx264--enable-nonfree--enable-x11grabmakemakeinstallmakedistclean
复制代码

(二)装置mencoder、flvtool2等
[css]viewplaincopyprint?




  • yumcleanall
  • rpm-Uhvhttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
  • yuminstallmencoderflvtool2
  1. yumcleanallrpm-Uhvhttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpmyuminstallmencoderflvtool2
复制代码
(三)创立数据库eduVMS
[css]viewplaincopyprint?




  • mysql-uroot-p;
  • createdatabaseeduVMS;
  1. mysql-uroot-p;createdatabaseeduVMS;
复制代码
(四)将phpmotion源文件复制到apache目次下。
(五)修正phpmotion文件及子文件的目次权限。
[css]viewplaincopyprint?




  • chownapache:apache-Rphpmotion;
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean0
复制代码
(六)装置设置PHPshield
1、检察php版本。
[css]viewplaincopyprint?




  • Php-v
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean1
复制代码
2、检察体系架构
[plain]viewplaincopyprint?




  • uname-i
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean2
复制代码
3、检察体系中php的扩大目次
[plain]viewplaincopyprint?




  • php-i|grepextension_dir
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean3
复制代码
输入相似于:extension_dir=>/usr/lib64/php/modules=>/usr/lib64/php/modules
4、CD到下面输入的目次
[plain]viewplaincopyprint?




  • cd/usr/lib64/php/modules
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean4
复制代码
5、将phpmotion/phpshield中对应的体系架构目次和响应版本的文件复制到以后目次中。并往失落后缀.lin。比方:
[plain]viewplaincopyprint?




  • cp/var/www/html/phpmotion/phpshield/Linux_x86-64/ixed.5.3.lin./ixed.5.3
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean5
复制代码
6、经由过程php-i|grepphp.ini下令找到php.ini文件,编纂php.ini文件,增加extension=ixed.5.3
7、重启apache
[plain]viewplaincopyprint?




  • /etc/init.d/httpdrestart
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean6
复制代码
(七)设置假造主机
编纂/etc/httpd/conf/httpd.conf文件。
[plain]viewplaincopyprint?




  • vim/etc/httpd/conf/httpd.conf
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean7
复制代码

修正以下:
1增加apache监听的IP地点和端标语:在Listen80上面增加Listen90
2增加文件目次设置
[plain]viewplaincopyprint?




  • <Directory"/var/www/html/phpmotion">
  • OptionsIncludesExecCGIFollowSymLinks
  • AllowOverrideAll
  • Orderallow,deny
  • Allowfromall
  • </Directory>
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean8
复制代码

3、增加假造主机
[plain]viewplaincopyprint?




  • <VirtualHost10.10.90.210:90>
  • DocumentRoot"/var/www/html/phpmotion"
  • ServerNamewww.eduvideo.com
  • </VirtualHost>
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean9
复制代码

4、设置cgi。往失落正文AddHandlercgi-script.cgi
5、封闭SELinux
[plain]viewplaincopyprint?




  • setenforce0
  1. gitclone--depth1git://github.com/mstorsjo/fdk-aac.gitcdfdk-aacautoreconf-fiv./configure--disable-sharedmakemakeinstallmakedistclean0
复制代码
6、重启apache
[plain]viewplaincopyprint?




  • /etc/init.d/httpdrestart
  1. gitclone--depth1git://git.videolan.org/x264.gitcdx264./configure--enable-staticmakemakeinstallmakedistclean6
复制代码
(八)将/phpmotion/cgi-bin中的一切文件复制到/var/www/cgi-bin中,并修正权限为755

[plain]viewplaincopyprint?




  • cp-r*/var/www/html/phpmotion/cgi-bin/*/var/www/cgi-bin
  • chmod755-R/var/www/cgi-bin/*
  1. gitclone--depth1git://github.com/mstorsjo/fdk-aac.gitcdfdk-aacautoreconf-fiv./configure--disable-sharedmakemakeinstallmakedistclean2
复制代码
(九)用扫瞄器进进体系举行设置
1、扫瞄器中输出ip:port。比方:10.10.90.210:90
2、点击continue按钮,进进step2。发明PHPenable_dl为叉,那末修正php.ini,将enable_dl设置为On
[plain]viewplaincopyprint?




  • vim/etc/php.ini
  1. gitclone--depth1git://github.com/mstorsjo/fdk-aac.gitcdfdk-aacautoreconf-fiv./configure--disable-sharedmakemakeinstallmakedistclean3
复制代码
修正后,重启apache,革新扫瞄器,点击continue。
3、点击continue,设置数据库信息:
4、点击continue。设置体系信息。
5、点击continue,删除phpmotion目次下的setup目次。

[plain]viewplaincopyprint?




  • rm-rf/var/www/html/phpmotion/setup


欢迎大家来到仓酷云论坛!
蒙在股里 该用户已被删除
沙发
发表于 2015-1-16 19:14:22 | 只看该作者

给大家带来cenos 6.4下装置phpmotion

如果上面的措施没有解决问题,此时你就需要Linux社区的帮助了。Linux的使用者一般都是专业人士,他们有着很好的电脑背景且愿意协助他人。
莫相离 该用户已被删除
板凳
发表于 2015-1-24 20:35:44 | 只看该作者
对Linux命令熟悉后,你可以开始搭建一个小的Linux网络,这是最好的实践方法。Linux是网络的代名词,Linux网络服务功能非常强大,不论是邮件服务器、Web服务器、DNS服务器等都非常完善。
admin 该用户已被删除
地板
发表于 2015-2-2 15:34:47 | 只看该作者
学习Linux半年了~个人认为不会的多在网上找资料网上有很多资料可以搜索到,LS那位说放手去搞。
深爱那片海 该用户已被删除
5#
发表于 2015-2-8 03:15:41 | 只看该作者
熟悉并掌握安装Linux,安装是学习的前提。目前较常见的安装方法有二种:
变相怪杰 该用户已被删除
6#
发表于 2015-2-24 20:09:19 | 只看该作者
熟读Linux系统有关知识,如系统目录树,有关内容可购书阅读或搜索论坛。
因胸联盟 该用户已被删除
7#
发表于 2015-3-7 16:12:37 | 只看该作者
其次,Linux简单易学,因为我们初学者只是学的基础部分,Linux的结构体系非常清晰,再加上老师循序渐进的教学以及耐心的讲解,使我们理解起来很快,短期内就基本掌握了操作和运行模式。
兰色精灵 该用户已被删除
8#
发表于 2015-3-15 14:33:39 | 只看该作者
应对Linux的发展历史和特点有所了解,Linux是抢占式多任务多用户操作系统,Linux最大的优点在于其作为服务器的强大功能,同时支持多种应用程序及开发工具。
不帅 该用户已被删除
9#
发表于 2015-3-22 03:09:18 | 只看该作者
如果上面的措施没有解决问题,此时你就需要Linux社区的帮助了。 Linux的使用者一般都是专业人士,他们有着很好的电脑背景且愿意协助他人。
灵魂腐蚀 该用户已被删除
10#
发表于 2015-3-22 03:09:12 | 只看该作者
选择交流平台,如QQ群,网站论坛等。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-11-16 09:41

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表