5-3-2
安裝 SFS3所需的 LAMP 套件(相容xoops)
- apache2 安裝
# apt-get install apache2 apache2.2-common
- php5 安裝
# apt-get install -y php5 php5-gd php5-sqlite curl php5-curl imagemagick php5-imagick
# apt-get install -y php5-mysql php5-mcrypt php5-xmlrpc php5-sqlite
- Mysql 安裝 (安裝過程中會要求輸入 mysql 最高管理權限 帳號root 的 密碼 2次)
# apt-get install -y mysql-server
- 上傳自訂成績單需用到的程式
# apt-get install unzip zip
- 自動備份工具
# apt-get install automysqlbackup
- 加密工具
# apt-get install aespipe
- 其它解壓縮工具
# apt-get install p7zip-full unrar-free
- 這個對於備份會很有用的工具程式
#apt-get install rsync
- 其它圖形處理程式依需要自行安裝
- 安裝圖形處理程式
# apt-get install curl php5-curl (配合 xoops 2.5.x 程式需要用到,畫面才能顯示)
- 安裝編譯程式(如果有需要的話)
# apt-get install gcc make
- 其它圖形處理程式
# apt-get install dcraw
# apt-get install imagemagick
# apt-get install ffmpeg
# apt-get install netpbm
# apt-get install jhead
# apt-get install libjpeg-progs
- 安裝完成後,含系統也才佔了不到1G的容量。
