zostay / qublog
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tag:
last-known-g…
commit 9e876010d4a6d6c738767d3ad0a6071b06eeb49e
tree 78f17d38ab4a266801f4005f1670ba356bbcad1a
parent 9fe14c18f3d71537a47fec97e2f2f88549fe4a21
tree 78f17d38ab4a266801f4005f1670ba356bbcad1a
parent 9fe14c18f3d71537a47fec97e2f2f88549fe4a21
qublog /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 20 05:46:48 -0700 2009 | |
| |
AUTHORS | Sat Sep 06 19:25:25 -0700 2008 | |
| |
Changes | Tue Oct 20 05:46:39 -0700 2009 | |
| |
META.yml | ||
| |
Makefile.PL | ||
| |
Makefile2.PL | ||
| |
README | ||
| |
bin/ | ||
| |
doc/ | Tue Oct 20 05:46:48 -0700 2009 | |
| |
etc/ | ||
| |
inc/ | ||
| |
lib/ | ||
| |
qublog_server.conf | ||
| |
root/ | ||
| |
script/ | Tue Oct 20 05:46:39 -0700 2009 | |
| |
share/ | ||
| |
sql/ | ||
| |
t/ |
README
# PORT IN PROGRESS
There are two applications in here.
## Jifty-based Qublog
You can start the first by installing all the dependencies needed for Jifty and
running:
bin/jifty server
This works better at the moment.
## Catalyst-based Qublog
This is what I'm porting to for various reasons I won't go into here and now. If
you install the requirements for this (Catalyst, DBIx::Class, etc.) you can run:
bin/qublog_server_server.pl
This is mostly a pure server-driven application at the moment. The port is
complete, but lacks much of the client-side scripting it should have.

