My favorites | Sign in
Logo
zi2
                
Code license: MIT License
Labels: rails, ruby, bbs, web2.0
People details
Project owners:
  sjoonk

게시판형 웹사이트를 위한 루비온레일스 엔진 (A Ruby on Rails engine for bulletin board based website)

주요 특징(Features)

설치(Installation)

  1. svn checkout http://zi2.googlecode.com/svn/trunk your_app_name
  2. cd your_app_name
  3. rake db:migrate
  4. rake test
  5. rake secret으로 secret 키 생성하여 config/environment.rb 속 secret키값 변경
  6. ruby script/server
  7. 브라우저에서 http://localhost:3000/admin으로 접속 (ID/PW: admin/admin)
  8. 게시판 그룹(group) 및 게시판(board) 생성

Done!









Hosted by Google Code