zostay / qublog
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
qublog /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
AUTHORS | ||
| |
Changes | ||
| |
LICENSE | ||
| |
META.yml | ||
| |
Makefile.PL | ||
| |
README | ||
| |
doc/ | ||
| |
inc/ | ||
| |
lib/ | ||
| |
qublog_server.conf | ||
| |
root/ | ||
| |
script/ | ||
| |
sql/ | ||
| |
t/ |
README
# BASIC INSTALLATION INSTRUCTIONS
I'm aiming for this to work:
perl Makefile.PL
make
make install
If you do that, it should install the requirements for this (Catalyst,
DBIx::Class, etc.) you can run:
bin/qublog_server_server.pl
This is not well-tested though. Help wanted.

