Created
June 9, 2014 11:38
-
-
Save memememomo/57f1b542178945506ea8 to your computer and use it in GitHub Desktop.
Porboという開発用PSGIサーバを作った ref: http://qiita.com/uchiko/items/a1d66f12a1442a26118c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ [email protected]:memememomo/Porbo.git | |
$ cd Porbo | |
$ cpanm . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ plackup -s Porbo --listen http://127.0.0.1:3000/ app.psgi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ plackup -s Porbo \ | |
--listen http://127.0.0.1:3000 \ | |
--listen https://127.0.0.1:3001 \ | |
--ssl-key-file server.key \ | |
--ssl-cert-file server.crt \ | |
app.psgi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment