- ANN tags:
- clojure
- cloudfoundry
- project published: true comments: true
Weekend project "RageViewer"最近新增了一些功能:
- 界面更新
- Rages现在持久化到redis中,支持permalink
- 程序可以直接部署到cloudfoundry上
RageViewer现在也有一个cloudfoundry上部署的版本: http://rageviewer.cloudfoundry.com/index.html
对本地开发、调试,现在需要在本机上启动一个监听默认端口的redis,执行lein ring server即可。对部署在cloudfoundry的情况,受益于cloudfoundry基于环境变量的数据库配置机制,不需要做任何额外的配置和修改:执行lein ring uberwar && vmc update your-app-name 即可。