說起來慚愧自認為Redhat體系的Linux系統,
沒有不可能完成的專案,
這次始終建置失敗,只好依照官網的建議操作。
雖然步驟不多,但還是會忘記記下作備頻。
OS:Ubuntu 9.10
Requirment:
campcaster-libs
campcaster-station
campcaster-studio
1. 網路卡設定
sudo vi /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.173.105
netmask 255.255.255.0
gateway 192.168.173.1
2. 重啟網路服務
        sudo  /etc/init.d/networking  restart
3. 增加線上安裝套件寶庫位址
        sudo  nano  /etc/apt/sources.list
        deb  http://apt.64studio.com/backports/  karmic-backports  main
4. 安裝新加寶庫的驗證碼
        sudo  apt-get  install  64studio-apt
5. 更新線上安裝套件資料庫
        sudo  apt-get  update
6. 安裝Campcaster相關套件
        sudo  apt-get  install  campcaster-libs  campcaster-station  campcaster-studio
7. 檢查城市是否正常啟動
        sudo  /etc/init.d/campcaster-station  restart
        sudo  /etc/init.d/campcaster-station  status
8. Log In
        http://Campcaster Server Name/campcaster
        帳號:root
 
沒有留言:
張貼留言