Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created June 9, 2014 11:38
Show Gist options
  • Save memememomo/57f1b542178945506ea8 to your computer and use it in GitHub Desktop.
Save memememomo/57f1b542178945506ea8 to your computer and use it in GitHub Desktop.
Porboという開発用PSGIサーバを作った ref: http://qiita.com/uchiko/items/a1d66f12a1442a26118c
$ [email protected]:memememomo/Porbo.git
$ cd Porbo
$ cpanm .
$ plackup -s Porbo --listen http://127.0.0.1:3000/ app.psgi
$ 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