view install/step4.php @ 164:254d8a21bf36

fix: ͽÌóºÑ¤ß¤Î̤¼Â¹ÔÏ¿²è¤Ërecomplete.php¤¬É¬ÍפʤΤÇÌᤷ¤¿
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 06 Apr 2010 11:03:45 +0900
parents a935b4789aff
children
line wrap: on
line source

<?php
include_once( "../config.php");
include_once( INSTALL_PATH."/Settings.class.php" );

// 設定ã®ä¿å­˜
$settings = Settings::factory();
$settings->post();
$settings->save();

?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>インストール最終ステップ</title>
</head>

<body>

<p>åˆæœŸè¨­å®šãŒå®Œäº†ã—ã¾ã—ãŸã€‚下ã®ãƒªãƒ³ã‚¯ã‚’クリックã™ã‚‹ã¨EPGã®åˆå›žå—ä¿¡ãŒå§‹ã¾ã‚Šã¾ã™ã€‚
EPGã®å—ä¿¡ã«ã¯20~50分程度ã¯ã‹ã‹ã‚Šã¾ã™ã€‚åˆå›žå—ä¿¡ãŒçµ‚了ã™ã‚‹ã¾ã§ç•ªçµ„表ã¯è¡¨ç¤ºã§ãã¾ã›ã‚“。</p>

<p>EPGå—信後ã€/etc/cron.d/以下ã«cronã«ã‚ˆã‚‹EPGå—ä¿¡ã®è‡ªå‹•å®Ÿè¡Œã‚’設定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚
Debian/Ubuntu用ã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã¯<?php echo INSTALL_PATH; ?>/cron.d/getepgã§ã™ã€‚Debian/Ubuntuã‚’ãŠä½¿ã„ã®æ–¹ã¯<br>
<pre>
$ sudo cp <?php echo INSTALL_PATH; ?>/cron.d/getepg /etc/cron.d/ [Enter]
</pre>
<br>ã¨ã„ã†å…·åˆã«ã‚³ãƒ”ーã™ã‚‹ã ã‘ã§å‹•ä½œã™ã‚‹ã§ã—ょã†ã€‚ãれ以外ã®ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションをãŠä½¿ã„ã®æ–¹ã¯
Debian/Ubuntu用ã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã‚’å‚考ã«ã€é©åˆ‡ã«cronã®è¨­å®šã‚’è¡Œã£ã¦ãã ã•ã„。</p>

<p>ãªãŠã€è¨­å®šãƒŸã‚¹ã‚„å—信データã®ç•°å¸¸ã«ã‚ˆã£ã¦EPGã®åˆå›žå—ä¿¡ã«å¤±æ•—ã™ã‚‹ã¨ç•ªçµ„表ã®è¡¨ç¤ºã¯ã§ãã¾ã›ã‚“。
設定ミスãŒç–‘ã‚れる場åˆã€<a href="<?php echo $settings->install_url; ?>/install/step1.php">インストール設定</a>を実行ã—ç›´ã—ã¦ãã ã•ã„。
ã¾ãŸã€æ‰‹å‹•ã§EPGã®å—信を試ã¿ã‚‹ã®ã‚‚ã²ã¨ã¤ã®æ–¹æ³•ã§ã™ã€‚コンソール上ã§ã€<br>
<pre>
$ <?php echo INSTALL_PATH; ?>/getepg.php [Enter]
</pre>
<br>
ã¨å®Ÿè¡Œã—ã¦ãã ã•ã„。</p>

<a href="step5.php">ã“ã®ãƒªãƒ³ã‚¯ã‚’クリックã™ã‚‹ã¨EPGã®åˆå›žå—ä¿¡ãŒå§‹ã¾ã‚Šã¾ã™</a>

</body>
</html>