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.
educoder/LocalReadMe.md

17 lines
933 B

## 数据库
5 years ago
1.创建一个新的数据库如edu_local必须是UTF-8
命令CREATE DATABASE `edu_local` CHARACTER SET utf8 COLLATE utf8_general_ci;
2.设置本地database.yml
3. 链接mysql执行导入数据库source /Users/jingquanhuang/eduplus2/db/structure.sql
3.1 mac pwd 获取本地目录
5 years ago
4. 导入基础数据: source /Users/jingquanhuang/eduplus2/db/init.sql
4. 初始化种子数据 bundle exec rake db:seed
5 years ago
5、启动服务用 bundle exec rails s
6、设置配置文件数据/edu_settins: 配置: origin_database原始数据库及有数据的数据库database需要导入的数据库及database.yml中的数据库
7、调用接口
url: /api/initialization_data.json?paths=123,124,125
参数paths: 需要导入的实训路径的id以逗号分隔
8、 超级管理员用户
educoder 123456789