2016年8月31日水曜日

eコミュニティ・プラットフォーム - 6 eコミグループウェア インストールd

6-1 eコミグループウェアのインストール
6-1-3 サーバへのファイル転送
「eコミグループウェアインストールマニュアル」の「1.4 サーバーへのファイル転送」を参考にします。

用意したディレクトリ /home/gware/public_html に、ダウンロードサイトが記載されたメールの、「eコミグループウェアプログラムソースコード(ver 3.5.1)」(ecom_ver3.5.1_20160328.zip)にある「html」フォルダの中身すべてを転送(コピーまたは移動)します。
[user@centos6 ~]$ cd ダウンロード
[user@centos6 ダウンロード]$ ls
---
ecom_ver3.5.1_20160328.zip
---
[user@centos6 ダウンロード]$ unzip ecom_ver3.5.1_20160328.zip 
[user@centos6 ダウンロード]$ ls
---
ecom_ver3.5.1_20160328
ecom_ver3.5.1_20160328.zip
---
[user@centos6 ダウンロード]$ cd ecom_ver3.5.1_20160328
[user@centos6 ecom_ver3.5.1_20160328]$ ls
LICENSE.html  html
LICENSE.txt   ВЕГRГ~ГOГЛБ[ГvГEГFГAГAГbГvГOГМБ[ГhГ}ГjГЕГAГЛ_20160331.doc
gpl-3_0.txt   ВЕГRГ~ГOГЛБ[ГvГEГFГAГCГУГXГgБ[ГЛГ}ГjГЕГAГЛ_20160331.doc
[user@centos6 ecom_ver3.5.1_20160328]$ su
パスワード:
[root@centos6 ecom_ver3.5.1_20160328]# ls -l
合計 672
-rw-rw-r--.  1 user user   3002  8月 20 12:55 2013 LICENSE.html
-rw-rw-r--.  1 user user    864  8月 20 12:52 2013 LICENSE.txt
-rw-rw-r--.  1 user user  35821  8月 20 12:52 2013 gpl-3_0.txt
drwxrwxr-x. 23 user user   4096  7月 12 14:12 2016 html
-rw-rw-r--.  1 user user 167936  4月  1 11:30 2016 ВЕГRГ~ГOГЛБ[ГvГEГFГAГAГbГvГOГМБ[ГhГ}ГjГЕГAГЛ_20160331.doc
-rw-rw-r--.  1 user user 467456  4月  1 12:02 2016 ВЕГRГ~ГOГЛБ[ГvГEГFГAГCГУГXГgБ[ГЛГ}ГjГЕГAГЛ_20160331.doc
[root@centos6 ecom_ver3.5.1_20160328]# chown -R gware:gware html/
[root@centos6 ecom_ver3.5.1_20160328]# ls -l
合計 672
-rw-rw-r--.  1 user user   3002  8月 20 12:55 2013 LICENSE.html
-rw-rw-r--.  1 user user    864  8月 20 12:52 2013 LICENSE.txt
-rw-rw-r--.  1 user user  35821  8月 20 12:52 2013 gpl-3_0.txt
drwxrwxr-x. 23 gware gware   4096  7月 12 14:12 2016 html
-rw-rw-r--.  1 user user 167936  4月  1 11:30 2016 ВЕГRГ~ГOГЛБ[ГvГEГFГAГAГbГvГOГМБ[ГhГ}ГjГЕГAГЛ_20160331.doc
-rw-rw-r--.  1 user user 467456  4月  1 12:02 2016 ВЕГRГ~ГOГЛБ[ГvГEГFГAГCГУГXГgБ[ГЛГ}ГjГЕГAГЛ_20160331.doc
[root@centos6 ecom_ver3.5.1_20160328]# exit
exit
[user@centos6 ecom_ver3.5.1_20160328]$ cd html/
[user@centos6 html]$ su gware
パスワード:
[gware@centos6 html]$ mv * /home/gware/public_html/


6-1-4 パーミッションの変更
「eコミグループウェアインストールマニュアル」の「1.5 パーミッションの変更」を参考にします。

/home/gware/public_html に移動してディレクトリのパーミッションを確認します。
[gware@centos6 public_html]$ ls -l
合計 828
---
drwxrwxr-x.  2 gware gware   4096  7月 12 14:11 2016 config
drwxrwxr-x.  2 gware gware   4096  7月 12 14:11 2016 databox
drwxrwxr-x.  2 gware gware   4096  7月 12 14:11 2016 hp
drwxrwxr-x. 34 gware gware   4096  7月 12 14:12 2016 modules
drwxrwxr-x. 90 gware gware   4096  7月 12 14:12 2016 skin
drwxrwxr-x.  2 gware gware   4096  7月 12 14:12 2016 skin_customize
drwxrwxr-x.  5 gware gware   4096  7月 12 14:12 2016 theme
drwxrwxr-x.  2 gware gware   4096  7月 12 14:12 2016 tmp
---
上記のディレクトリのパーミッション 775 を 777 に変更します。
[gware@centos6 public_html]$ chmod 777 config
[gware@centos6 public_html]$ chmod 777 databox
[gware@centos6 public_html]$ chmod 777 hp
[gware@centos6 public_html]$ chmod 777 modules
[gware@centos6 public_html]$ chmod 777 skin
[gware@centos6 public_html]$ chmod 777 skin_customize
[gware@centos6 public_html]$ chmod 777 theme
[gware@centos6 public_html]$ chmod 777 tmp
[gware@centos6 public_html]$ ls -l
合計 828
---
[gware@centos6 public_html]$ ls -l
合計 828
---
drwxrwxrwx.  2 gware gware   4096  7月 12 14:11 2016 config
drwxrwxrwx.  2 gware gware   4096  7月 12 14:11 2016 databox
drwxrwxrwx.  2 gware gware   4096  7月 12 14:11 2016 hp
drwxrwxrwx. 34 gware gware   4096  7月 12 14:12 2016 modules
drwxrwxrwx. 90 gware gware   4096  7月 12 14:12 2016 skin
drwxrwxrwx.  2 gware gware   4096  7月 12 14:12 2016 skin_customize
drwxrwxrwx.  5 gware gware   4096  7月 12 14:12 2016 theme
drwxrwxrwx.  2 gware gware   4096  7月 12 14:12 2016 tmp
---
[gware@centos6 public_html]$ exit
[user@centos6 html]$ cd
[user@centos6 ~]$

0 件のコメント: