Centos6.9 xoopsサイト構築
XOOPS X (ten) インストール
[root@masato ~]# cd /var/www/html
[root@masato html]# wget http://xoopsx.github.io/installer/install.sh
--2017-09-27 11:20:52-- http://xoopsx.github.io/installer/install.sh
xoopsx.github.io をDNSに問いあわせています... 151.101.73.147, 2a04:4e42:11::403
xoopsx.github.io|151.101.73.147|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 1190 (1.2K) [application/x-sh]
`install.sh' に保存中
100%[================================================>] 1,190 --.-K/s 時間 0s
2017-09-27 11:20:52 (67.1 MB/s) - `install.sh' へ保存完了 [1190/1190]
[root@masato html]# sh install.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11.4M 0 11.4M 0 0 1743k 0 --:--:-- 0:00:06 --:--:-- 2405k
cp: omitting directory `XoopsX-legacy-3dff79f/xoops_trust_path/.'
cp: omitting directory `XoopsX-legacy-3dff79f/xoops_trust_path/..'
cp: omitting directory `XoopsX-legacy-3dff79f/html/.'
cp: omitting directory `XoopsX-legacy-3dff79f/html/..'
----------------------------------------
All the processings were completed. Please acsess to your XOOPS site.
確認
[root@masato www]# ll
規定のディレクトリに配置できてない。
<T> が、xoops_trust_path これを、リネームして、/var/www/に配置
-------------------
パーミッション・書き込み権限設定
[root@masato ~]# chown -R apache:apache /var/www
[root@masato ~]# vi /etc/php.ini
729 post_max_size = 2000M
931 extension=mbstring.so
932 extension=json.so
933 extension=mysqli.so
934 extension=curl.so
878 upload_max_filesize = 2000M
948 date.timezone =Tokyo/Asia
*************************************************
データベース xoops を作成 ・・・http://192.168.1.2/phpmyadmin/index.php
データベース名 xoops
webページからインストール ・・・http://192.168.1.2/install/
アクセス権に問題はありません。
--------