Chinaunix首页 | 论坛 | 博客
  • 博客访问: 103038
  • 博文数量: 42
  • 博客积分: 1445
  • 博客等级: 上尉
  • 技术积分: 380
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-28 13:57
文章分类

全部博文(42)

文章存档

2010年(10)

2009年(32)

我的朋友

分类: 系统运维

2009-11-20 12:00:59

download and install fms3 linux release
notes:
the license number,if uses the fmis number,that your fms server is fmis,and so on
fms3 key,im uploaded

for example:
root@yuan:~# /server/fm3/
this is my fms directory address

root@yuan:/server/fm3# ls
AC_RunActiveContent.js*  dh512.pem              fmsmaster.pid   scriptlib/
License.htm*             docs/                  fmsmgr*         server*
License.txt*             fms_adminConsole.htm*  libasneu.so.1*  shmrd*
Readme.htm*              fms_adminConsole.swf*  licenses/       tcSrvMsg*
adminserver*             fmsadmin*              logo.gif*       tmp/
applications/            fmscore*               logs/           tools/
conf/                    fmsedge*               modules/        uninstallFMS*
dh1024.pem               fmsmaster*             samples/
this is the directory list


and then the admin account number ,passwd port, also to set or uses the default deployment.
-----------------------------------------------
the start command:
root@yuan:/server/fm3# ./server start
the admin sever command:
root@yuan:/server/fm3# ./adminserver start
-----------------------------------------------
configure the nginx of basic

server {
        listen       80;
        server_name  localhost;
        #charset koi8-r;

        #access_log  logs/host.access.log  main;

        location / {
            root   html;
            index  index.html index.htm;


and put the test file to /html
for example:
root@yuan:/server/nginx# ls html/
50x.html  index.html  play.html  play.swf  test.php  yuan.html

notes:
受保护的flv切忌不要放在web server的文件夹下。---7yue
flv swf

connection webserver

the play.html

add:
       

ifyou hvant this,the flash cant play by webserver.





阅读(504) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~