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