https://github.com/quark-zju/naxin.mstczju.org
浙江大学微软技术俱乐部 (MSTC.ZJU) 纳新报名表提交网站, 2011 - 2012
https://github.com/quark-zju/naxin.mstczju.org
Last synced: 3 months ago
JSON representation
浙江大学微软技术俱乐部 (MSTC.ZJU) 纳新报名表提交网站, 2011 - 2012
- Host: GitHub
- URL: https://github.com/quark-zju/naxin.mstczju.org
- Owner: quark-zju
- License: mit
- Created: 2011-10-01T00:31:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-10T12:13:25.000Z (over 12 years ago)
- Last Synced: 2025-01-08T08:45:53.028Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
浙江大学微软技术俱乐部 (MSTC.ZJU) 纳新报名表提交及管理网站
安装 / 运行
===========
推荐使用 [rbenv](/sstephenson/rbenv) 安装 ruby 1.9.3。```bash
# 安装依赖
bundle install# 准备数据库
bundle exec db:migrate# 运行 (localhost:5000, localhost:5001)
./script/thin.sh start
```推荐配置 nginx / apache 服务静态文件 (public/) 并反向代理到 thin 服务。
配置 / Hacking
==============报名截止日期
------------
在 `app/controllers/forms_controller.rb` 文件中, 修改 `DEADLINE`数据库
------
检查 `config/database.yml`thin
----
检查 `config/thin.yml`Staff 身份认证
--------------
检查 `config/initializers/devise_mstc.rb`问题
====
请在 MSTC.ZJU 邮件列表讨论