# ir **Repository Path**: machine-w/ir ## Basic Information - **Project Name**: ir - **Description**: 一套基于大数据与移动互联网的机构知识库系统 - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-07 - **Last Updated**: 2024-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ===== 机构库系统 部署: RAILS_ENV=production bundle exec rake websocket_rails:start_server RAILS_ENV=production bundle exec rake assets:precompile bundle install --deployment 服务器启动: 1) 启动redis: /etc/init.d/redis start 2) 启动websocket: 进入项目目录运行 RAILS_ENV=production bundle exec rake websocket_rails:start_server 3) 启动nginx: service nginx start 开发启动: 启动 mongodb redis rake db:migrate rake websocket_rails:start_server rails server