|
|
2 年之前 | |
|---|---|---|
| FuzzScene | 2 年之前 | |
| client @ e4c376f835 | 2 年之前 | |
| mysql | 2 年之前 | |
| server @ 556b7f838e | 2 年之前 | |
| .gitignore | 2 年之前 | |
| .gitmodules | 2 年之前 | |
| FuzzScene.zip | 2 年之前 | |
| README-DEPLOY.md | 2 年之前 | |
| README.md | 2 年之前 | |
| deployments.yaml | 2 年之前 | |
| docker-compose.yml | 2 年之前 | |
| k8s.sh | 2 年之前 | |
| mdeployments.yaml | 2 年之前 |
# 主项目
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