|
|
hace 2 años | |
|---|---|---|
| FuzzScene | hace 2 años | |
| client @ 0ebd964c09 | hace 2 años | |
| mysql | hace 2 años | |
| server @ 556b7f838e | hace 2 años | |
| .gitignore | hace 2 años | |
| .gitmodules | hace 2 años | |
| FuzzScene.zip | hace 2 años | |
| README-DEPLOY.md | hace 2 años | |
| README.md | hace 2 años | |
| deployments.yaml | hace 2 años | |
| docker-compose.yml | hace 2 años | |
| k8s.sh | hace 2 años | |
| mdeployments.yaml | hace 2 años |
创建种子时,要查看种子内的地图编号,使得地图编号和种子文件的地图编号一致
# 主项目
git clone root@git.mooctest.com:vehicle-network-crowdsourcing/fuzz-scene-sim-test.git
# 子模块获取或更新
git submodule update --init --recursive
# 提交主项目
git add .
git commit -m "xxx"
git push origin master
# 提交子模块
cd FuzzScene
git add .
git commit -m "xxx"
git push origin master
create database test;
CREATE USER 'test'@'%' IDENTIFIED BY 'test';
grant all privileges on test.* to 'test'@'%';
use test;
source mysql/springboot.sql;
minikube mount E:\project\mooctest\vehicle-crowdsourcing\FuzzsSceneSimTest\mysql:/home/fuzzs-scene-sim-test/mysql
minikube start --mount-string E:\project\mooctest\vehicle-crowdsourcing\FuzzsSceneSimTest\mysql:/home/fuzzs-scene-sim-test/mysql --mount