https://github.com/zostay/qublog
Qublog is a personal work journal.
https://github.com/zostay/qublog
Last synced: 7 months ago
JSON representation
Qublog is a personal work journal.
- Host: GitHub
- URL: https://github.com/zostay/qublog
- Owner: zostay
- License: agpl-3.0
- Created: 2008-11-16T02:37:01.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2010-08-28T02:57:50.000Z (almost 16 years ago)
- Last Synced: 2024-12-29T10:29:13.830Z (over 1 year ago)
- Language: Perl
- Homepage: http://qublog.net
- Size: 1.73 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
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.