This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
install mubs
上手指南
检出代码
git clone git://github.com/johnson/mubs.git (或者 http://github.com/johnson/mubs.git 如果只能访问80端口) cd mubs
安装需要的gem
IDN 这个gem需要先装 GNU 的 IDN lib http://www.gnu.org/software/libidn/sudo apt-get install idn sudo yum install idn sudo port install idn推荐下载源码安装最新版 如果window环境下可以把 User model里的validate注释掉,去掉IDN支持
sudo rake gems:install
设置启动
编辑 config/database.yml 符合你的数据库设置rake db:migrate rake globalize:setup ruby script/server
浏览 http://127.0.0.1:3000
运行测试
测试rake spec测试并查看spec规格文档
rake spec:doc
编码通过测试
开发
给coreteam发出pull请求
Last edited by johnson, 3 months ago
Versions:





