Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created February 26, 2014 10:54
Show Gist options
  • Save memememomo/9227497 to your computer and use it in GitHub Desktop.
Save memememomo/9227497 to your computer and use it in GitHub Desktop.
開発用サーバmorboを使う ref: http://qiita.com/memememomo/items/5001510744beb051e4cf
$ morbo script/myapp # Mojoliciousアプリの場合
$ morbo myapp.pl # Mojolicious::Liteアプリの場合
$ morbo -l "http://*:5555" script/myapp
$ morbo -l "http://*:3000" -l "https://*:3001" script/myapp
$ MOJO_MAX_MESSAGE_SIZE=100000000 morbo script/a_m
$ morbo -w conf/ script/myapp
$ MOJO_MODE=production morbo script/myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment