Pow应用

Pow 是一个 Mac 系统上的零配置 Rack 服务器,它也可以作为一个简单易用的静态文件服务器来使用

1、安装Rock
curl get.pow.cx | sh

2、set up a Rack app
【Pow应用】symlink it into ~/.pow:
$ cd ~/.pow
$ ln -s /path/to/myapp

Your app will be up and running at http://myapp.dev/

3、卸载Rock
To uninstall Pow, `curl get.pow.cx/uninstall.sh | sh`

    推荐阅读