https://github.com/zag/webdao
platform for easy creation of high-performance and scalable web applications
https://github.com/zag/webdao
Last synced: about 1 year ago
JSON representation
platform for easy creation of high-performance and scalable web applications
- Host: GitHub
- URL: https://github.com/zag/webdao
- Owner: zag
- Created: 2009-03-24T11:31:21.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T14:04:51.000Z (over 7 years ago)
- Last Synced: 2025-04-14T20:17:39.175Z (about 1 year ago)
- Language: Perl
- Homepage: http://webdao.sourceforge.net/
- Size: 295 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WebDAO
========================
Platform for easy creation of high-performance and scalable web applications
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
SetEnv wdEngine
SetEnv wdEnginePar
SetEnv wdStore
SetEnv wdStorePar
SetEnv wdSession
SetEnv wdSessionPar
SetEnv wdIndexFile
DEPENDENCIES
This module requires Perl 5.005 or greater and libraries:
apt-get install libdatetime-format-http-perl
AUTHOR
Zahatski Aliaksandr
zagap@users.sourceforge.net
http://webdao.sourceforge.net
COPYRIGHT AND LICENCE
Copyright (C) 2002-2017 Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.