#author("2018-01-26T12:06:02+09:00","","")
#author("2018-01-26T12:06:41+09:00","","")
#norelated
#contents
----
*ダウンロード先 [#s935154f]
https://joomla.jp/

*インストール [#f2b82410]
**ampのインストール(([[apache]]/[[MariaDB]]/[[php]]参照)) [#u4c494a4]
-Apache(webサーバ)
# yum -y install httpd httpd-devel
-MariaDB(データベース)
# yum -y install mariadb-server mariadb-devel
-PHP(言語)
# yum -y install php php-mysql php-mbstring php-devel

#region(まとめてインストール)
 # yum -y install httpd httpd-devel php php-mysql php-mbstring php-devel mariadb-server mariadb-devel
#ref(./joomla-install.txt)
#endregion

**firewall設定(([[apache]]参照)) [#kdde67ba]
# firewall-cmd --zone=public --add-service=http --permanent
# firewall-cmd --reload

**DB設定(([[MariaDB]]参照)) [#z29c5b63]
-設定ファイル(''/etc/my.cnf'')追記
&br;[mysqld]
&br;&color(red){character-set-server=utf8};
~
&br;&color(red){[mysql]};
&br;&color(red){default-character-set=utf8};

**サービスの起動/自動起動(([[apache]]/[[MariaDB]]参照)) [#ad23a93b]
-Apache
# systemctl start httpd.service
# systemctl enable httpd.service
-MariaDB
# systemctl start mariadb.service
# systemctl enable mariadb.service

**DB作成 [#jc7338d2]
-rootパスワード設定
# /usr/bin/mysqladmin -u root password 'zaq1xsw2'

# mysql -uroot -p
&br;> create database joomla default character set utf8;
&br;> grant all on joomla.* to joomla@localhost identified by 'zaq1xsw2';

**パッケージ展開 [#f3488818]

※公開されているのはzipなので、unzipをインストール必要があるかも
# yum -y install unzip
#ref(./yum-unzip.txt)

# unzip Joomla_3.8.3_in_Japanese.zip
#ref(./unzip.joomla.txt)
#ref(./unzip-joomla.txt)

# chown -R apache:apache Joomla_3.8.3_in_Japanese
# mv Joomla_3.8.3_in_Japanese/* /var/www/html/
&br;※適当に配置

**インストール [#r39cea4b]
ブラウザよりアクセス
#ref(./joomla-01.png,50%);
「サイト名」「スーパーユーザのアカウント詳細」等を入力→「次へ」
#ref(./joomla-02.png,50%);
「データベース名」「ホスト名」「ユーザ名」「パスワード」「テーブルプレフィックス」等を適当に入力→「次へ」
#ref(./joomla-03.png,50%);
#ref(./joomla-04.png,50%);
「サンプルデータのインストール」等適当に入力→「インストール」
#ref(./joomla-05.png,50%);
→「「installation」フォルダを削除」
#ref(./joomla-06.png,50%);
おめでとうございます。
無事インストール終了です。

**管理画面 [#sf1dec61]
#ref(./joomla-07.png,50%);
ユーザ情報を入力→「ログイン」
#ref(./joomla-08.png,50%);
ここでいろいろな設定をする

----

※CentOSの通常パッケージのPHPではバージョンが古いようです。
適当にアップグレードが必要です。
#ref(./joomla-10.png,50%);


**ホームページ [#af50b092]
#ref(./joomla-09.png,50%);

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS