• 検索結果がありません。

i manual v08

N/A
N/A
Protected

Academic year: 2018

シェア " i manual v08"

Copied!
10
0
0

読み込み中.... (全文を見る)

全文

(1)

伸ばそう ICT メ シー教材用

ンターネッ 補助教材セッ ップについて

Windows 用の解説を中心に

書 説明 伸ばそうICT 教材用 ン ネッ 補助教材 , 成18 度総務省

事業 開

書 ,XAMPP for Windows 利用 ネッ 補助教材 利用 方法 中心 説明

1. 稼動環境につい

ン ネッ 補助教材 , 記 ソ 使用 前提 設計

Web Apache 2.0 MySQL 5.0

PHP 5.0 gd mysql 必要

文字コ : UTF-8

ン Web

Internet Explorer 6以降 Firefox

Safari

Adobe Flash Player

画面解像度 1024×768 ッ 以

ソ 稼動 ば,OS 種類 問い

Unix

Redhat Linux Turbo Linux Cent Os Fedora Core VineLinux4MacOS X Windows

Windows Server 2003 Windows XP/Vista 使用制限あ

注意 WindowsXP 動作 , ン OS , セン 時 台 端 以 利用

注意 PHP4系 動作 従 ,RedHat Enterprise Linux3 RedHat Network 提供

PHP rpm 動作

注意 MacOS X 動作 ,実験

2. 用ソ ンス につい

2 説明 用ソ XAMPP 利用 便利 URL 参考

■Apache Friends

http://www.apachefriends.org/jp/

記 ,Windows用,Linux用,MacOS XXAMPP ン ン

方法 起動方法 記述 い

(2)

以 ,XAMPP for Windows 方 法 簡 単 説 明 説 明 使 用 画 面 XAMPP for Windows 1.6.4

2.1. セッ xampp-win32-1.6.4-installer.exe を実行し す。

2.2. ンス を指定し す。 次へ ンを す。

注意

Windows Vista Program Files 制限 XAMPP標準 C:\XAMPP

ン 勧

2.3. ンス 方法を指定し す。

設定 ン 勧 ン ン ッ

(3)

2.4. ンス が始 す。

2.5. ーが終わ が表示さ す。 完了 ンを さい。

(4)

2.6. Xamppコン を起動し す。 ンを さい。

2.7. Apache MySqlを開始し す。

Apache MySql 開始 ,セキ 警告画面 表示

ッ 解除 ン ッ く い 常 起動 , コン ネ 画面

Apache 警告画面

MySql 警告画面

3. MySQL 管理者 スワー を設定す

XAMPP for Windows ,MySQL 管理者 (root ワ 設定 い

非常 危険 状態 phpMyAdmin 設定

ン 場合 , ン 会社 管理 ID ワ 指定 い 場合 あ

場合 ,そ ID ワ 使用 , 節 飛ば 次 PHP 設定 変更 進 く

(5)

3.1. phpMyAdminを呼び出す。

http://localhost/phpmyadmin/ http://127.0.0.1/phpmyadmin/ 指定

特権 指定 , 画面 表示 root 行 右端 人 鉛筆 コン ッ

3.2. スワー を変更す

ワ 変更 いう 中 ワ ン 選択 , ワ 2 箇所

記入

以 例 testpassword いう 設定 仮定 設定

必要 あ ,設定 ワ 忘 い う く い

入力 ,そ 枠 実行 ン ッ

(6)

3.3. 変更さ を確認す

変更 完了 , 画面 う root@loclahost く変更 表示

3.4. phpMyAdmin 設定 を修正す

ワ 設定 ,そ phpMyAdmin 使用 く phpMyAdmin 設定 ,

記 設定 ワ 記述 く い

新 い ワ 記述 設定 ,

XAMPP /phpMyAdmin/config.inc.php

XAMPP for Windows 標準 C:\xampp\phpMyAdmin\config.inc.php

73行目あ

$cfg['Servers'][$i]['password'] = ''; //MySQL Password (only needed

ワ 記述 く い

$cfg['Servers'][$i]['password'] ='testpassword'; //MySQL Password (only needed

修 終わ ,phpMyAdmin 表示 い く い く表示

4. PHP 設定を変更す

ン ネ ッ 補助教 材 UTF-8 ン コ 環境 動作 そ ,PHP 設定 あ

php.ini UTF-8 使用 明記

XAMPP for Windows 標準 ン C:\xampp\php\php.ini 設定

php.ini

upload_max_filesize="2M" 2MB 制限 任意 language = "Japanese"

mbstring.internal_encoding = "UTF-8" UTF-8 明記 mbstring.encoding_translation = Off

(7)

5. をコ ーす

提供 ン ネッ 補助教材 や Apache キ ン コ

5.1. ict を作成し す。

●Unix系 場合

#cd /var/www/html #mkdir ict

●XAMPP for Windwos 標準状態 場合 C:\>cd C:\xampp\htdocs\

C:\>mkdir ict

5.2. 作成し ict CD をコ ーし す。

ict/contents ict/create ict/item

ict/simulatoredit

6. ン設定す unix

キ ン ict/item ッ ン 777 Windows系 不要

7. MySQL ベースを作成す

ン ネッ 補助教材 使用 ベ 作成

ン 場合, 貸 出 会社 ベ 指定 い 場合 あ

XAMPP 場合,phpMyAdmin 使用 作成 任意

以降 例 , ict-media いう ベ 作成 仮定 い

新規 ベ 作成 ict-media 指定 , 作成 ン ッ

(8)

作成 , う ベ ict-media 作成 表示

8. ーネッ 補助教材 MySQL 用設定 修正

"create/mysql_st.php" ,使用 MySQL 4 情報 指定

XAMPP for Windwos 標準 C:\xampp\htdocs\ict\create\mysql_st.php

$inchost = '○○○'; $incuser = '○○○'; $incpassword = '○○○'; $incdatabase = '○○○';

: $inchost = 'localhost';

: $incuser = 'root';

ワ : $incpassword = 'testpassword'; ベ :$incdatabase = 'ict-media';

9. ベースに を作成

"create/registrant.php" 開い 管理用 "registrant"

http://○○○/ict/create/registrant.php

記 ○○○ 外部 セ , く IP

機自体 使用 場合

http://127.0.0.1/ict/create/registrant.php 実行

注意

=■

Account Maintenance Service 入力

(9)

いう ッ 表示 あ , http:// /ict/create/

対 利用制限 有効 い 場合 表示

利用制限 BASIC 認証 いう方式 行わ ,そ 設定例 "create/.htaccess"

い , ワ 添付 い ワ 暗

号化 異

, 利用制限 不要 あ ば, .htaccess 削除 く い

10. ー登録す

http://○○○/ict/create/index.php 新規

新規 録方法 い 添 利用者 録 ニ 覧く い

指定 ン , ン ネッ 補助教材 セ 指定 利用

http://127.0.0.1/ict/create/index.php

= 注意 =

=■

ン ,ID,PASS, 利用 文字

半角 英小文字

半角 数字

英大文字や記号 利用

け @ 記号 利用

11. ーネッ 補助教材を利用す 場合

ン ン , ン ソコン 体 補助教材 動作 見 場合

localhost 利用

他 ソコン 利用 場合 , 機 IP 指定 DNS設定 く 簡単

コ ン ン ipconfig コ ン 実行 ,そ ソコン IP 表示

IP 192.168.0.1 ,前節 設定 tyamada

(10)

場合 ,以 う

● 機 実行 場合

http://localhost/ict/item/tyamada/

● ン 機 機 呼び出 場合

http://192.168.0.1/ict/item/tyamada/

ン 機 機 呼び出 い場合

ン 機 機 対 コ ン ン pingコ ン 使用 , ン ネッ 接続

常 接続 い う 確認 い

IIS 稼動 い ,Apache 競合 番号8 使用 場

IIS 停 , 番号 競合 い う 番号 変更 く い 変更

場合 , 側 接続相手 番号 指定 必要 あ

Fedora Core unixOS 利用 場合, 設定 Firewall機能 有効

場合 あ 場合,http コ ン 通信 う 設定 変更 く

い そ ,利用 明 , 利用環境 合わ Firewall 設定 く い

参照

関連したドキュメント

Keywords Quandle, symmetric quandle, quandle cocycle invariant, link, 3-manifold, branched covering, Dijkgraaf-Witten invariant, bordism group, Chern-Simons invariant, the

The statistical procedure proposed in this paper has the following advantages over the existing techniques: (i) the estimates are obtained for covariate dependence for different

S49119 Style Classic Flexor Grade 7.0 Fixation Manual Weight 215g Size range 35 - 52 TECHNOLOGY-HIGHLIGHTS. •

Then, the existence and uniform boundedness of global solutions and stability of the equilibrium points for the model of weakly coupled reaction- diffusion type are discussed..

Therefore Corollary 2.3 tells us that only the dihedral quandle is useful in Alexander quandles of prime order for the study of quandle cocycle invariants of 1-knots and 2-knots..

のようにすべきだと考えていますか。 やっと開通します。長野、太田地区方面  

Finally, as a corollary Theorem 4.7 and Proposition 4.9, we obtain the relative birational version of the Grothendieck Conjecture for smooth curves over subfields of finitely

We also obtain some injectivity results (cf. Propositions 2.13 and 2.16) on homomorphisms between the fil- tered absolute Galois groups of GMLF’s (by using the theory of fields of