Michael Hixson b472c2f4dd Remove source_code files, count all files instead (#3715) 7 yıl önce
..
README.md dcbb63a419 remove unnecessary items from mojolicious README 11 yıl önce
app.pl e4d34d05f3 Fix Perl/mojolicious random id (#3627) 7 yıl önce
benchmark_config.json 1025002951 metadata cleanup: Reviewed and cleaned-up platforms, following from https://docs.google.com/spreadsheets/d/1S2JA2BeggUAN6_AzzCZPvF5C-sIJObzqbmLul15pYAU/edit?usp=sharing 9 yıl önce
cpanfile a8d9948695 use newer mojolicious defaults, remove config file dance 9 yıl önce
cpanfile.snapshot a8d9948695 use newer mojolicious defaults, remove config file dance 9 yıl önce
mojolicious.dockerfile e2260cc4eb Perl/* remove techempower dependencies (#3506) 7 yıl önce

README.md

Setup

  • Perl 5.16.3
  • MongoDB 2.6

Requirements

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

The included cpanfile shows the declared depenencies for the app. The included cpanfile.snapshot pins the deployment to the actual versions used during development (generated by carton).

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

Contact

Joel Berger (jberger, core dev team member, author of this app) - github:jberger Sebastian Riedel (sri/kraih, project founder)- http://mojolicio.us/perldoc/Mojolicious#PROJECT-FOUNDER Core developer team - http://mojolicio.us/perldoc/Mojolicious#CORE-DEVELOPERS

If considering changes from the above people, please consider them approved. Otherwise we would appreciate a heads up about implemenation changes.

IRC: #mojo on irc.perl.org