Bookedはオープンソースの予約管理システム。
Booked Scheduler – Free Trial
http://www.bookedscheduler.com/
見た目が良さげだったので試してみる。
動作要件
- PHP 5.2 or greater (5.3+ recommended)
- MySQL 5.0 or greater
- Web server (Apache, IIS)
- OS – Windows, Mac, Unix
ダウンロード
1. ダウンロードする booked-2.5.19.zip (3,709KB)
2. ダウンロードしたアーカイブを解凍する
3. readme.htmlとreadme_installation.htmlに目を通す
インストール
1. 解凍したファイル一式をドキュメントルートへコピー
C:\xampp\htdocs\booked
2. config\config.dist.phpをconfig\config.phpへコピー
3. config\config.phpを編集
ドキュメントルート下のbookedディレクトリにコピーしたので、URLを変更しておく。
1 2 3 4 5 6 |
/** * Application configuration */ $conf['settings']['script.url'] = 'http://localhost/booked/Web'; $conf['settings']['image.upload.directory'] = 'booked/Web/uploads/images'; $conf['settings']['image.upload.url'] = 'booked/uploads/images'; |
4. http://localhost/booked/Web/installにアクセス
5. config\config.phpを編集
画面に表示されたインストールパスワードをセットする。
1 2 3 4 |
/** * Installation settings */ $conf['settings']['install.password'] = '56cf37ebf1ad6'; |
6. [MySQL User]を入力し、チェックボックス3個をチェックして[Run Installation]ボタンをクリック
7. データベース設定完了
8. http://localhost/booked/にアクセス
9. テスト用アカウントにログイン
admin/password
user/password
ログインできた。