public
Description: The reference implementation of the OpenResty server in Perl and Haskell
Homepage: http://search.cpan.org/dist/OpenResty
Clone URL: git://github.com/agentzh/openresty.git
agentzh (author)
Mon May 11 01:27:58 -0700 2009
commit  0761583b33a1c9e6011a9eab4be4bf8ee6684a5e
tree    5e1a9656be246ff1cc9934924ffad1056ee2a89e
parent  8aecd61bd053a60d4d3c77a04dd4d628cc298691
openresty / demo / Admin
name age message
..
file Makefile Loading commit data...
file README
directory css/
directory image/
directory js/
directory template/
demo/Admin/README
This is the source code for the site http://openresty.org/admin/ .

It requires the CPAN packages Jemplate and Template. Please install them like this:

    $ sudo cpan Jemplate Template

To build the site:

    $ make

Then out/ will hold the binary site ready for deployment.

Note that you need the whole OpenResty source tree to build this site.
Because some of the .js files are copied over from ../../clients/js/
and somewhere else :)