Skip to content

Instantly share code, notes, and snippets.

@jackyu
Last active May 8, 2021 16:43
Show Gist options
  • Save jackyu/6386067 to your computer and use it in GitHub Desktop.
Save jackyu/6386067 to your computer and use it in GitHub Desktop.
[筆記][Server] POW Server 安裝和執行命令

POW

Pow is a zero-config Rack server for Mac OS X.

安裝 POW Server

$ curl get.pow.cx | sh

設定 POW Server

$ cd ~/.pow
$ ln -s /path/to/myapp

使用 POW Server

http://myapp.dev/

重啟 POW Server

$ launchctl stop cx.pow.powd

官方網站:http://pow.cx/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment