Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 253 Bytes

CONTRIBUTE.md

File metadata and controls

19 lines (12 loc) · 253 Bytes

贡献指南

搭建环境

运行 docker-compose

docker-compose up

导入数据库

cat web/vm/Database.sql  | docker exec -i cafemaker_mysql_1  mysql -uroot -proot

导入数据

参考 INSTALL