@nqounetã§ãã Mojolicious::Liteã«éãããPerlã®ã¢ããªã¯Herokuã§ç°¡åã«åããããã¨ãããã¨ãªã®ã§è©¦ãã¦ã¿ã¾ããã ã¾ã¨ã mkdir myapp && cd myapp git init mojo generate lite_app myapp.pl heroku create --buildpack https://github.com/pnu/heroku-buildpack-perl.git touch app.psgi echo 'requires "Mojolicious";' > cpanfile echo 'web: starman --preload-app --port $PORT myapp.pl psgi' > Procfile git add . git commit -m 'go to heroku' git push hero
{{#tags}}- {{label}}
{{/tags}}