This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
kono (author)
Tue Oct 07 01:38:01 -0700 2008
piki /
README
Piki
= 使い方
1. index.php をサーバーに置きます
2. スクリプトを配置したディレクトリに書き込み権限を与えておく必要があります
$ chmod o+w .
3. サイトの URL に合わせて $base_url を修正しておく必要があります
$base_url = 'http://localhost/piki/';
↓
$base_url = 'http://jugyo.org/piki/';
4. Basic 認証のユーザーIDとパスワードは初期状態で「admin」と「password」になっているので
適宜変更してください
$admin_name = 'admin';
$admin_password = 'password';
↓
$admin_name = 'admin';
$admin_password = 'himitsu';
最初に index.php アクセスしたときに DB の作成と初期化が行われます








