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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 18 14:58:37 -0800 2009 | |
| |
.gitmodules | Wed Nov 18 15:29:43 -0800 2009 | |
| |
.kick | Thu Oct 29 02:24:54 -0700 2009 | |
| |
Capfile | Tue Nov 10 12:50:36 -0800 2009 | |
| |
README.rdoc | Thu Nov 19 10:58:30 -0800 2009 | |
| |
Rakefile | Thu Oct 29 02:24:54 -0700 2009 | |
| |
TODO | Sun Nov 22 02:24:29 -0800 2009 | |
| |
app/ | Tue Dec 15 06:22:01 -0800 2009 | |
| |
config/ | Wed Nov 25 01:11:10 -0800 2009 | |
| |
db/ | Fri Nov 20 16:24:21 -0800 2009 | |
| |
design/ | Tue Nov 03 14:24:30 -0800 2009 | |
| |
doc/ | Thu Oct 29 02:24:54 -0700 2009 | |
| |
lib/ | Sat Nov 21 06:04:26 -0800 2009 | |
| |
public/ | Sat Nov 21 11:17:07 -0800 2009 | |
| |
script/ | Thu Oct 29 02:24:54 -0700 2009 | |
| |
test/ | Wed Nov 25 01:11:10 -0800 2009 | |
| |
vendor/ | Wed Nov 18 14:58:37 -0800 2009 |
README.rdoc
PaperCups
A small cozy web chat app, like paper cups and a string back in the days. Usually surrounded by lots of French chatter…
Is it a replacement for some of the hosted solutions? No, it’s meant as a minimalistic application that can be hosted on your own server when that’s absolutely necessary.
Install
The vendored Rails is a git submodule, to get it:
$ git submodule update --init
Then:
$ rake db:create:all $ rake migrate
Add some development data:
$ rake db:fixtures:load
And it’s ready to be served.
Notes
- If you want to bookmark the application’s URL in Safari, be sure to bookmark +/session/new+, not a room URL. This is because Safari will maintain the name given to the bookmark as the tab’s title even when it’s updated with new messages count.







