fastdfs
This commit is contained in:
15
README.md
15
README.md
@ -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
|
||||
|
||||
```
|
Reference in New Issue
Block a user