Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.16 KB

Clubhouse (April 2010 - May 2010)

A 37Signals' Campfire port into PHP

image

Works like a chatroom allowing users to share files, images, YouTube videos, code and chat in real time. Conversation transcripts, fine-grained user access, guest rooms and a snappy AJAX interface is a cherry on top.

Getting started

Make sure /log is writable and that /db/database.db exists and is writable too. Database access is configured to use pdo_sqlite by default, you can check its existence like so:

<?php
phpinfo();
?>

Visit the 127.0.0.1/clubhouse/installation to initially populate the database, alternatively use the database packaged in this repo.

Visit 127.0.0.1/clubhouse usign admin:admin as a username and password.

Troubleshooting

On PHP 5.4+ you will get "call-time pass-by-reference" error.

Fari Framework automatically understands that you are in development mode, if you call the app from 127.0.0.1. Do so to see a stacktrace of where an error has happened instead of seeing a placeholder error message.