https://github.com/ianmurrays/hookchat
Webchat written in PHP using CodeIgniter 1.7.2 and Hookbox. HOOKBOX HAS APPARENTLY BEEN DISCOUNTINUED, SO THIS REPO IS OF NO USE REALLY.
https://github.com/ianmurrays/hookchat
Last synced: 4 months ago
JSON representation
Webchat written in PHP using CodeIgniter 1.7.2 and Hookbox. HOOKBOX HAS APPARENTLY BEEN DISCOUNTINUED, SO THIS REPO IS OF NO USE REALLY.
- Host: GitHub
- URL: https://github.com/ianmurrays/hookchat
- Owner: ianmurrays
- Created: 2010-10-30T14:18:51.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-13T17:11:17.000Z (about 15 years ago)
- Last Synced: 2025-03-13T03:29:55.327Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 434 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hookchat
========
This is a simple webchat application written in [PHP][1] 5.3, using [CodeIgniter][2] 1.7.2 and [MySQL][3].
The push server behind the app is [Hookbox][4] (hence the project's name).
Installation
------------
1. Install PHP 5.3 and MySQL (version 5 will do).
2. Install Hookbox (installation instructions on their website).
3. Run a webserver (like Apache) on the document root of the project (where the index.php and this file live).
4. Run hookbox like this:
hookbox -a 1234 --cbport=8888 --cbhost=localhost --cbpath=/index.php/hookbox
[1]: http://www.php.net
[2]: http://codeigniter.com
[3]: http://mysql.com
[4]: http://hookbox.org