Joel Berger 7449297b7f Merge branch 'master' into mojolicious 11 years ago
..
README.md 4eaa6b4c6c updated dependencies 12 years ago
__init__.py d6c9f34826 created benchmark_config and setup file for mojolicious 12 years ago
app.pl 03ec921738 explicitly use delay's finish callback 11 years ago
benchmark_config 9d77eeda75 update benchmark_config 11 years ago
install.sh fc1d35470c Fixing obvious fw_depends errors in install.sh files 11 years ago
nginx.conf da25374b94 Merge pull request #676 from tudorconstantin/master 12 years ago
setup.py 5cf5c6028b clean up setup 12 years ago
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 years ago

README.md

Setup

  • Perl 5.16.3
  • MongoDB 2.4.9
  • Wrk 2.0

Requirements

  • Mojolicious
  • Mango
  • JSON::XS
  • Hypnotoad provided by Mojolicious

Deployment

Set production mode:

export MOJO_MODE=production

Start with Mojolicious' non-blocking preforking server

hypnotoad app.pl

To stop again, simply run

hypnotoad -s app.pl