QuictyȤϡ
QuictyϡPHPWebץꥱ®˹ۤ뤿Υե졼Apache + PHP + SQLite2δĶư롣
ޤPostgreSQLMySQLˤбƤMySQLϤޤ¸Ūˡ

ڳȯû̡
Quictyǽ񤫤줿QtӥפȤץ깽ۥġ뤬°ĶWeb֥饦ư뤳ȤǡWebץꥱδù¤GUIǺԽǤ롣ŪPHPΥץॳɤϼưŪ졢ɮƤȤWebץꥱž夲Ƥ鿴ԤǤμ¤ư륢ץꥱǤ԰ʾϺ̤ηڸǤ롣

QtӥϡʲδĶưǧƤ롣
Mac OS X 10.5.2 + XAMPP + Safari3
Mac OS X 10.5.2 + XAMPP + Firefox2
Windows XP SP2 + XAMPP + Firefox2

QuictyˤPHPΥݥԥ顼ʥƥץ졼ȥ󥸥SmartyפPEARΥ饹饤֥ǹƤ롣SmartyPEARμСؽȤ︺Ǥ롣

ڱѴĶФʤ
Quicty / QtӥǹۤWebץꥱϡQucity饤֥꤬СLinuxFreeBSDΥоǱѤǤ롣

ڥ󥹥ȡȱѤɬפʴĶ
Apache
 + mod_rewreite
 + mod_php5

PHP5
 + memory_limit
---------------------------------------------------------
memory_limit = 32M
---------------------------------------------------------
 + pdo_sqlite
 + pdo_pgsql
 + pdo_mysql
 + pgsql
 + mbstring
---------------------------------------------------------
[mbstring]
mbstring.language = Japanese
mbstring.internal_encoding = EUC-JP
mbstring.http_input = auto
mbstring.http_output = EUC-JP
mbstring.detect_order = auto
mbstring.substitute_character = none; 
---------------------------------------------------------

/etc/hosts
---------------------------------------------------------
127.0.0.1 quicty.local
---------------------------------------------------------

ڥ󥹥ȡˡ for Mac OS X

(1) ɤƥ֤ࡣQTץեǤ롣
(2) QTץե/Users/桼̾/QT֤
㡧/Users/tomoyun/QT
(3) QTץեΡֶͭ/פѹïǤɤ߽񤭤Ǥ褦ˤ롣
(4) ApacheVirtualHostʲΤ褦ꤹʥ桼̾=tomoyunξˡ
---------------------------------------------------------
NameVirtualHost *:80

<VirtualHost *:80>
ServerAdmin tomoyun@mydomain.jp
DocumentRoot /Users/tomoyun/QT/qtbuilder/htdocs
ServerName quicty.local
ErrorLog logs/quicty.local-error_log
CustomLog logs/quicty.local-access_log common
RewriteEngine On
RewriteRule ^/(.*)/(css|errors|img|js)/(.*) /Users/tomoyun/QT/$1/htdocs/$2/$3 [L]
RewriteRule ^/(.*)/(.*)/(.*)/(.*) /Users/tomoyun/QT/$1/htdocs/index.php [L,E=QtRootShift:Yes]
RewriteRule ^/(.*)/(.*)/(.*) /Users/tomoyun/QT/$1/htdocs/index.php [L,E=QtRootShift:Yes]
RewriteRule ^/(.*)/(.*) /Users/tomoyun/QT/$1/htdocs/index.php [L,E=QtRootShift:Yes]
</VirtualHost>

<Directory /Users/tomoyun/QT>
AllowOverride None
Options None
Order deny,allow
Deny from all
Allow from localhost
Allow from quicty.local
</Directory>    

---------------------------------------------------------
(5) Apacheꥹȸ塢Web֥饦ǡhttp://quicty.local/qtbuilderפ˥

ڥ󥹥ȡˡ for Windows XP

(1) ɤƥ֤ࡣQTץեǤ롣
(2) QTץեC:\QT֤
(3) ApacheVirtualHostʲΤ褦ꤹ롣
---------------------------------------------------------
NameVirtualHost *:80

<VirtualHost *:80>
ServerAdmin tomoyun@mydomain.jp
DocumentRoot C:/QT/qtbuilder/htdocs
ServerName quicty.local
ErrorLog logs/quicty.local-error_log
CustomLog logs/quicty.local-access_log common
RewriteEngine On
RewriteRule ^/(.*)/(css|errors|img|js)/(.*) C:/QT/$1/htdocs/$2/$3 [L]
RewriteRule ^/(.*)/(.*)/(.*)/(.*) C:/QT/$1/htdocs/index.php [L,E=QtRootShift:Yes]
RewriteRule ^/(.*)/(.*)/(.*) C:/QT/$1/htdocs/index.php [L,E=QtRootShift:Yes]
RewriteRule ^/(.*)/(.*) C:/QT/$1/htdocs/index.php [L,E=QtRootShift:Yes]
</VirtualHost>

<Directory C:/QT>
AllowOverride None
Options None
Order deny,allow
Deny from all
Allow from localhost
Allow from quicty.local
</Directory>
---------------------------------------------------------
(4) Apacheꥹȸ塢Web֥饦ǡhttp://quicty.local/qtbuilderפ˥

ڤܤ
Mac
http://www.zubapita.jp/2008/05/05/mac%e3%81%a7web%e9%96%8b%e7%99%ba-10-xampp%e3%81%abquicty%e3%83%95%e3%83%ac%e3%83%bc%e3%83%a0%e3%83%af%e3%83%bc%e3%82%af%e3%82%92%e8%a8%ad%e7%bd%ae/

Windows
http://www.zubapita.jp/2008/05/08/xampp-for-windows%e3%81%abquicty%e3%83%95%e3%83%ac%e3%83%bc%e3%83%a0%e3%83%af%e3%83%bc%e3%82%af%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/

ϤƤQuicty
http://www.zubapita.jp/2008/05/06/quicty%e3%81%ab%e3%82%88%e3%82%8bphp-web%e3%82%a2%e3%83%97%e3%83%aa%e3%81%ae%e8%b6%85%e9%ab%98%e9%80%9f%e9%96%8b%e7%99%ba-1%e3%81%af%e3%81%98%e3%82%81%e3%81%a6%e3%81%aequicty%e3%82%a2%e3%83%97/

Ϣ
ͭ²ҤФԤƥå
 ҹ
tomoyun@zubapita.jp
