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
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 :)