Pow应用

来源:互联网 发布:java开发app 编辑:程序博客网 时间:2024/04/25 16:13

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

1、安装Rock

curl get.pow.cx | sh

2、set up a Rack app

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`

0 0
原创粉丝点击