Nate 0096f84ee9 Config for the new toolset (#6259) пре 4 година
..
README.md dcbb63a419 remove unnecessary items from mojolicious README пре 11 година
app.pl 913e2b8444 Select id and randomnumber to match rules requirements (#6072) пре 5 година
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 година
config.toml 0096f84ee9 Config for the new toolset (#6259) пре 4 година
cpanfile 528f7a6184 Mojolicious on async rails. Just replaced blocking code with non-blocking and add some Promises magic. (#3870) пре 7 година
cpanfile.snapshot 1ac896f780 Mojolicious updates (#3847) пре 7 година
mojolicious.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година

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