随锐旗下互动传媒:

学习用红帽子LINUX配置电影服务器

http://www.weaseek.com  2007-12-17 17:00:00  来源:中国计算机报

  出现下面的提示

  代码:

  Extracting files for RealNetworks installation........................

  Welcome to the Helix Server 9.0 (9.0.2.802) Setup for UNIX

  Setup will help you get Helix Server running on your computer.

  然后你根据提示,按回车,会出现一个很长的授权协议,在它的结尾处输入accept或者直接回车接受协议,然后会询问你安装路径,你指定目标路径;接下来需要你输入管理员名字和密码;然后会询问你一系列所用的端口和协议,在这里推荐你用默认值(我的因为80 丝已经被apache使用,而8080端口已经被tomcat使用,所以就用了800端口),然后会给你列出你选用的端口和设置,如果你确认无误,即可按 F键同意并开始安装

  代码:

  Admin User/Password:  test/****

  Encoder User/Password: test/****

  Monitor Password:    ****

  RTSP Port:       554

  HTTP Port:       800

  PNA Port:        7070

  MMS Port:        1755

  Admin Port:       26242

  Destination:       /data/helix(这里假设我们安装到/data/helix下,下面的讲解我们将以此讲解)                                       

  Enter [F]inish to begin copying files, or [P]revious to go

  back to the previous prompts: [F]:

  安装完成后会自动退出到你的安装前所在的文件夹。

  6.添加liences

  代码:

  cp RNKey-Helix_Server-90.lic /data/helix/License/

  7.增加64000用户的license

  代码:

  cp 64000user/RNKey-Helix_Server-90-08386266568211986-souxin.lic /data/helix/License/

  8.汉化控制界面

  代码:

  unrar x helix_cn.rar

  cp -rf helix_cn/HelixAdministrator /data/helix/

  好了,安装工作已经完成了!

[责任编辑:梧桐]热门关键词: 红帽子 LINUX 服务器