Browse Source

Added README file

Pedro Figueiredo 12 years ago
parent
commit
15b156a943
1 changed files with 14 additions and 0 deletions
  1. 14 0
      dancer/README.md

+ 14 - 0
dancer/README.md

@@ -0,0 +1,14 @@
+# Setup
+
+* Perl 5.16.3
+* MySQL 5.5
+* Wrk 2.0
+
+# Requirements
+
+* Dancer
+* Dancer::Plugin::Database
+* DBD::mysql
+* Starman (if using Starman as web server)
+* Plack (for plackup)
+* nginx (if you want to front Dancer with nginx, nginx.conf provided)