diff --git a/LocalReadMe.md b/LocalReadMe.md index 52be20ea5..ccffeb7f3 100644 --- a/LocalReadMe.md +++ b/LocalReadMe.md @@ -5,4 +5,10 @@ 3. 链接mysql,执行导入数据库:source /Users/jingquanhuang/eduplus2/db/structure.sql 4. 导入基础数据: source /Users/jingquanhuang/eduplus2/db/init.sql 4. 初始化种子数据 bundle exec rake db:seed - 5、启动服务用 bundle exec rails s \ No newline at end of file + 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,以逗号分隔 + + \ No newline at end of file