よくあるAJAX検索をAkelosで実装してみました。元ネタはprototype.jsを使ってみる - FullHouse。
prototype.jsもAkelosに内包されているしサンプルにちょうどよいです。

RewriteBase /pref
$ svn co http://svn.akelos.org/trunk
define('AK_FRAMEWORK_DIR', '/home/dex/public_html/akelos/branches/0.8');# chgrp -R apache pref # chmod -R g+w pref
Alias /pref "/home/dex/public_html/akelos/sandbox/pref/public"
<Directory "/home/dex/public_html/akelos/sandbox/pref/public">
Options -Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory># service httpd restart
$ createdb -U postgres -E utf-8 pref_dev
$ ./script/migrate database install
$ cd app/installers/db $ php -q convert.php KEN_ALL.csv
$ psql -U postgres pref_dev -f import.sql
コメントはありません。 Comments/Memo/Akelos/sample/pref