Xibo & Nginx-rtmp

20141226 更新
不要用這個~~因為不穩定~Orz


環境: Ubuntu 14.04.01
1. 安裝build deb需要的套件

  1. 創建source code目錄

  1. 透過apt-get下載nginx的source code

  1. 安裝git

  1. 透過git下載nginx-rtmp-module的source code

  1. 將rtmp、xlst模組功能加入設定檔中

  1. 安裝nginx的相依性套件

  1. 建置nginx deb

  1. 安裝編譯後的檔案

  1. 安裝php5-fpm、mysql-server、php5-mysql

  1. 修改nginx default site設定,加入php功能及相關host

  1. 修改nginx設定,加入rtmp模組

  1. 重新啟動

  1. 下載xibo cms

  1. 設定存取權限

  1. 安裝php gd模組

  1. 安裝php mcrypt模組並啟動

  1. 根據網頁顯示的建議,調整php.ini
    You probably want to allow larger files to be uploaded than is currently available with your PHP configuration.
    We suggest setting your PHP post_max_size and upload_max_size to at least 128M, and also increasing your max_execution_time to at least 120 seconds.

  1. 重新啟動nginx、php

  1. 設定時會詢問一個存放檔案的目錄,修改權限供nginx存取

  1. 安裝完後登入測試
    預設帳號 xibo_admin
This entry was posted in Nginx, Ubuntu, Xibo. Bookmark the permalink.