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`
推荐阅读
- 总结|python爬虫入门
- 学习心得|Android 属性动画详解
- android 6.0系统应用内更新导致的解析包错误问题
- 原创|解决使用echarts做动态数据饼图展示中data如何传值的问题
- 自学|jdk1.8谷歌版本中文文档
- Java利用反射将list里的值赋到vo实体类里
- 原创|日期类型转字符串 oracle和java的区别
- 原创|centos7.2 安装和启动docker