Web apache

Similar documents
wp_s-v1.6.key

IBM Bluemix で WordPress 無料の WordPress 環境を構築する 1

# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac

Microsoft Word - DUC登録方法.doc

CMS入門

プレゼンテーション

untitled

Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and

PowerGres on Linuxマニュアル

fx-9860G Manager PLUS_J

橡環境設定.PDF

1 1 CentOS Java JDK(JavaSE Development Kit)......


Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

elemmay09.pub

外部SQLソース入門

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web


名称未設定

untitled

PostgreSQLによる データベースサーバ構築技法

1 138


Oracle Application Server 10g(9

PowerGres on Linuxマニュアル

pdf軽_台紙まとめ県民

<Documents Title Here>

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf ("%s", str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i

Abstract Journal of Agricultural Science 2

Level 3 Japanese (90570) 2011

dvi

証明書検証サーバの概要

JC オンライン投稿の操作方法について(mac) 2011_9 FINAL

JNOD32OPE_1.book

Microsoft Word - mediawiki.doc

Appendix

untitled

HeartCoreインストールマニュアル(PHP版)

XAMPP で CMS のお手軽 テスト環境を手に入れよう 2011/5/21 上村崇 1

HeartCore(PHP 版 ) インストール手順について説明いたします なお 本資料は 例として下記内容を前提として説明しております 環境情報 対象 OS: Linux ( ディストリビューション : Red Hat Enterprise Linux Server) APサーバ : Apache

DCL intro Manual for Ubuntu11.10

L3 Japanese (90570) 2008

Contents Logging in 3-14 Downloading files from e-ijlp 15 Submitting files on e-ijlp Sending messages to instructors Setting up automatic

Actual ESS Adapterの使用について

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM

Cleaner XL 1.5 クイックインストールガイド

Microsoft Word - Win-Outlook.docx

nopcommerce Adobe Flash ( 1 ) 1 nopcommerce 2.2 ( [5, p.3-4] )

WEB DB PRESS Vol.1 65

MINI2440マニュアル

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst

2009 Web B012-1

3_23.dvi

Vol. 9 No. 2 DNS. DNS IP.... leopard.loc. DNS. Mac OS X Server. Web Mac OS X Server Mac OS X Server.. DNS DNS DNS example.com DNS

インストール取扱説明書

UNIX

CONTENTS Web

「プログラミング言語」 SICP 第4章 ~超言語的抽象~ その6

アプリケーションサーバ JBoss超入門

高等学校 英語科

任意の間隔での FTP 画像送信イベントの設定方法 はじめに 本ドキュメントでは AXIS ネットワークカメラ / ビデオエンコーダにおいて任意の間隔で画像を FTP サー バーへ送信するイベントの設定手順を説明します 設定手順手順 1:AXIS ネットワークカメラ / ビデオエンコーダの設定ページ

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

kubostat2018d p.2 :? bod size x and fertilization f change seed number? : a statistical model for this example? i response variable seed number : { i

Microsoft Word - D JP.docx

Microsoft Word - j201drills27.doc

DocuWide 2051/2051MF 補足説明書

01.ai

STEP 02 Memo: Self-Introduction Self-Introduction About your family About your school life (your classes, club/juku, and so on.) Questions to your Pen

テクニカルドキュメントのテンプレート

PostgreSQL

Transcription:

I-6 -WordPress in MacOSX- 8 j05017 j05027 j05038 j05064 2006 05 27 2006 05305

1 2 1.1.............................. 2 1.2................. 2 1.3 Web............... 2 1.4.............................. 2 2 3 2.1 apache............................... 3 2.2 PHP................................ 4 2.3 MySQL.............................. 4 2.4 WordPress............................. 5 3 WordPress 5 3.1 wp-config.php....................... 5 3.2 WordPress......................... 6 4 8 5 9 6 9 1

1 1.1 WordPress 1.2 8 j05017 j05027 j05038 j05064 1.3 Web 1.4 OS MacOSX 10.4 MacOSX 10.3 web Apache1.3 Apache2.0 PHP ver.5 MySQL ver.5 WordPress ver.2 2

2 2.1 apache web JAPAN APACHE USERS GROUP http://www.apache.jp/ MacOSX web http://www.apache.jp/ % tar xvfz httpd-2.2.0.tar.gz httpd-2.2.0 make % cd httpd-2.2.0 % /configure --prefix=$home/apache2 ~/apache2 make % make % make install % cd ~/apache2/conf % emacs -nw httpd.conf User, Group, ServerAdmin, ServerName User www Group www ServerAdmin j050xx@ie.u-ryukyu.ac.jp ServerName localhost:80 % sudo ~/apache2/bin/apachectl -k start % sudo ~/apache2/bin/apachectl -k stop http://localhost:80/ 3

2.2 PHP WordPress PHP http://www.php.gr.jp/ PHP http://www.php.gr.jp/ test.php localhost 1 test.php <?php phpinfo();?> 2.3 MySQL MySQL http://www.mysql.com/ http://www.mysql.com/ 1 apache /apache2/htdocs, /Sites 4

%sudo /Library/StartupItems/MySQL/MySQL start %sudo /Library/StartupItems/MySQL/MySQL stop %mysql mysql> 2.4 WordPress WordPressJapan http://wordpress.xwd.jp/ localhost 2 3 WordPress 3.1 wp-config.php wordpress/wp-config.php test root <?php mb_language("japanese"); mb_internal_encoding("euc-jp"); // ** MySQL settings ** // define( DB_NAME, test ); // The name of the database define( DB_USER, root ); // Your MySQL username define( DB_PASSWORD, ); //...and password define( DB_HOST, localhost ); // 99% chance you won t need to change this value // You can have multiple installations in one database if you give each a unique prefix $table_prefix = wp_ ; // Only numbers, letters, and underscores please! // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to de // to enable German language support. define ( WPLANG, mo_file ); /* That s all, stop editing! Happy blogging. */ define( ABSPATH, dirname( FILE ). / ); require_once(abspath. wp-settings.php );?> 2 /apache2/htdocs, /Sites 5

3.2 WordPress http://127.0.0.1/wordpress/ 1: install.php First Step >> 2: First Step First Step 6

3: Second Step 4: 5: 7

4 WordPress Dashboard Write Write Post Post Write Page Page Manage Posts Post Pages Page Categories Comments Awaiting Moderation (0) Files Links Manage Links Add Link Link Categories Import Links Presentation Themes Theme Editor Plugins Plugins Plugin Editor Users Your Profile Authors & Users Options General 8

Writing Reading Discussion Permalinks URL Miscellaneous Import WordPress post HTML page HTML Blogroll Archives Categories post Meta 5 WordPress PHP HTML Wiki theme WordPress Web PHP 6 MySQL 9

[1] slab1-web-programming http://www.nn.osnr.jp/ nagayan/index.php?slab1-web-programming [2] 1-3 : Make, CVS http://www.eva.ie.u-ryukyu.ac.jp/ tnal/2006/info1/make/index.html [3] WordPressJapan http://www.php.gr.jp/ [4] PHP http://wordpress.xwd.jp/ [5] PHP http://www.php.net/ [6] MySQL http://www.mysql.com/ [7] hiromasa zone http://hiromasa.zone.ne.jp/documents/xampp eclipse01.html [8] Apache Friends http://www.apachefriends.org/en/xampp.html 10