You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
747 B

5 years ago
# README
https://www.trustie.net/issues/24719
[云上实验室] Logo、导航、底部备案信息定制化
#### Jbuilder介绍
Jbuilder https://github.com/rails/jbuilder
#### Rails5 介绍
rails guide https://ruby-china.github.io/rails-guides/v5.0/
#### API设计文档
doc for api https://www.showdoc.cc/web/#/127895880302646?page_id=729221359592009
user:Hjqreturn PW:12345678
#### 测试版访问地址https://testeduplus2.educoder.net
#### 实训平台繁忙
仓库异常繁忙等级81
#### 启动项目
* 创建新的数据库
* 导入数据库结构 source /项目地址/db/structure.sql
* 迁移新的数据 rails db:migrate
#### 涉及后台管理的页面需要先 rake assets:precompile 再提交版本库