Permalink
Please sign in to comment.
@@ -0,0 +1,28 @@ | ||
+Angelos - Next generation web application framework | ||
+=================================================== | ||
+ | ||
+INSTALLATION | ||
+============ | ||
+Angelos installation is straightforward. If your CPAN shell is set up, | ||
+you should just be able to do | ||
+ | ||
+ `% cpan Angelos | ||
+ | ||
+Download it, unpack it, then build it as per the usual: | ||
+ | ||
+ `% perl Makefile.PL | ||
+ % make && make test | ||
+ | ||
+Then install it: | ||
+ | ||
+ % make install | ||
+ | ||
+DOCUMENTATION | ||
+============= | ||
+Angelos documentation is available as in POD. So you can do: | ||
+ | ||
+ % perldoc Angelos | ||
+ | ||
+to read the documentation online with your favorite pager. | ||
+ | ||
+Takatoshi Kitano |
0 comments on commit
f13b65e