来自"赵健在这里!"的最新文章,如果您不希望再收到此邮件,请退订;如果您需要更换其它邮箱接收邮件,请点击这里!
赵健在这里!与您分享Java、PHP等开源技术的学习经验
Ubuntu 安装 helix server 流媒体服务
Sun, 08 Mar 2009 11:49:57 +0800
安装方法
代码:
sudo gedit /etc/apt/sources.list
添加以下内容:
代码:
deb http://helix.alioth.debian.org/deb sid main non-free
deb-src http://helix.alioth.debian.org/deb sid main non-free
deb-src http://helix.alioth.debian.org/deb sid main non-free
再:
代码:
sudo aptitude update
sudo aptitude install helix-server
sudo aptitude install helix-server
输入管理员用户名和密码即可
默认管理入口
点击
http://localhost:25215/admin/index.html
输入管理员用户名和密码
启动与停止服务
启动:
代码:
sudo /etc/init.d/helix-server stop
停止:
代码:
sudo /etc/init.d/helix-server start
汉化
获得汉化包:
没有评论:
发表评论