This commit is contained in:
2022-07-16 13:04:14 +08:00
parent cfd778d64b
commit 21c0a79e48
2 changed files with 163 additions and 0 deletions

View File

@ -34,6 +34,9 @@ cd /bitnami/mysql/
CREATE DATABASE nacos DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql
nohup mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql > ./mysql.log 2>&1 &
```
## rabbitmq
@ -152,4 +155,16 @@ cd superset && helm dependency update && cd ..
helm upgrade -i superset superset/ -n harbor
```
## fastdfs
https://github.com/ygqygq2/charts/tree/master/ygqygq2/fastdfs-nginx
```
cd fastdfs && helm dependency update && cd ..
helm upgrade -i fastdfs fastdfs/ -n common-support --values local-values/fastdfs/values.yaml
```