Browse Source

Added README file

Pedro Figueiredo 12 years ago
parent
commit
f081627709
1 changed files with 22 additions and 0 deletions
  1. 22 0
      mojolicious/README.md

+ 22 - 0
mojolicious/README.md

@@ -0,0 +1,22 @@
+# Setup
+
+* Perl 5.16.3
+* MySQL 5.5
+* Wrk 2.0
+
+# Requirements
+
+* Mojolicious
+* Mojolicious::Plugin::Database
+* DBD::mysql
+* Starman (if using Starman as web server)
+* Plack (for plackup)
+* nginx (if you want to front Mojolicious
+with nginx, nginx.conf provided)
+* Morbo and Hypnotoad provided by Mojolicious
+
+# Deployment
+
+Something along the lines of
+
+    plackup -E production -s Starman --workers=2 -l /tmp/frameworks-benchmark.sock -a ./app.pl