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 02:56:32 -0700 2009
commit  8463c31834e1d007da26b8b6549e4d06b5963b70
tree    0dc2e6d6403583a14dd4a9e753de9892dc5dd6c9
parent  0761583b33a1c9e6011a9eab4be4bf8ee6684a5e
openresty / demo / Admin
name age message
..
file Makefile Mon May 11 02:56:32 -0700 2009 always pack [agentzh]
file README Sat Aug 30 07:46:23 -0700 2008 r11371@agentz-office: agentz | 2008-08-30 22:... [agentz]
directory css/ Wed Oct 29 19:31:46 -0700 2008 demo/Admin - now we allow the user to specify t... [agentz]
directory image/ Wed Oct 29 19:31:46 -0700 2008 demo/Admin - now we allow the user to specify t... [agentz]
directory js/ Wed Dec 24 22:18:19 -0800 2008 now we can add acl contain ip address validatio... [xunxin]
directory template/ Mon May 11 02:56:32 -0700 2009 always pack [agentzh]
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 :)