https://github.com/chazmcgarvey/chatty
perl/catalyst and meteord chat app demo
https://github.com/chazmcgarvey/chatty
Last synced: 4 months ago
JSON representation
perl/catalyst and meteord chat app demo
- Host: GitHub
- URL: https://github.com/chazmcgarvey/chatty
- Owner: chazmcgarvey
- Created: 2012-08-19T16:09:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-19T16:10:19.000Z (almost 13 years ago)
- Last Synced: 2025-01-03T12:13:33.302Z (6 months ago)
- Language: Perl
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Chatty -- Real-time (comet) chat application written with Perl/CatalystSYNOPSIS
cpan Catalyst::Devel # install Catalystperl Makefile.PL
make installdeps # install other dependenciescp extra/nginx.conf /etc/nginx/nginx.conf
/etc/rc.d/nginx start # run nginx http servercp extra/cometd/meteord.conf.dist /etc/meteord.conf
# also add the 'SubscriberDocumentRoot' option to meteord.conf;
# it should be set to $REPOSITORY_ROOT/extra/cometd/public_htmlcd extra/cometd; ./meteord -d # run meteord in a new shell
cat extra/hosts >>/etc/hosts # configure hostnames
sqlite3 db/info.db )
# then,
eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)It is also usually much nicer to work with cpanminus rather than plain
old cpan:# install cpanminus
curl -L http://cpanmin.us | perl - --self-upgradeBUGS
Tests are sadly nonexistent. :-(AUTHOR
Charles McGarveyLICENSE
This library is free software. You can redistribute it and/or modify it
under the same terms as Perl itself.