diff --git a/cd/repo/README.md b/cd/repo/README.md index 539eb03598ffe9d0e1a1deebc2aaa5af4be8126c..bad4d71a4d94e115339bf2a97400b12e46834c53 100644 --- a/cd/repo/README.md +++ b/cd/repo/README.md @@ -18,7 +18,7 @@ helm template repo-chart -f repo-chart/values.yaml --namespace --na ``` # Secrets required before deploy -the `website-secrets` is required before deploy the generated yaml, it will contain website certficate as well +the `website-secrets` is required before deploy the generated yaml, it will contain website certificate as well as the private key. the command will be like: ```bash kubectl create secret generic website-secrets --from-file=./fullchain.pem --from-file=./privkey.pem -n diff --git a/ci/dockerfile/moderation-slave/README.md b/ci/dockerfile/moderation-slave/README.md index 27765ecfca452084620a2a6bbd39f7a1ace2a43f..a2d85fa142be6e03157f5426b2211000e76dc068 100644 --- a/ci/dockerfile/moderation-slave/README.md +++ b/ci/dockerfile/moderation-slave/README.md @@ -32,7 +32,7 @@ optional arguments: **suffix**, **text categories**, **image categories**, **image ad categories** are optional. These parameters are received in the form of a list. For example, if you want to limit the suffix to moderate , you can run `python moderation.py -o openeuler -r community -n 1505 -s txt md` , the script will moderate files which suffix is `txt` or `md` through the Pull Request. So `-tc` `-ic` `-iac` as the same. -### Enviroment Parameters +### Environment Parameters The script will call the Huawei cloud interface to get iam-token. **ACCOUNT_USERNAME**, **REGION**, **IAM_USERNAME**, **IAM_PASSWORD** are required. `ACCOUNT_USERNAME: username of your account` `REGION: region where supply your service, e.g. cn-north-4` diff --git a/ci/jenkins/README.md b/ci/jenkins/README.md index d9f54e43bebdb9070a6262d8379659913022aed9..6c627474774acccdfb608047b24242e529c69cf5 100644 --- a/ci/jenkins/README.md +++ b/ci/jenkins/README.md @@ -130,7 +130,7 @@ The following tables list the configurable parameters of the Jenkins chart and t | `master.route.labels` | Route labels | `{}` | | `master.route.path` | Route path | Not set | | `master.jenkinsUrlProtocol` | Set protocol for JenkinsLocationConfiguration.xml | Set to `https` if `Master.ingress.tls`, `http` otherwise | -| `master.JCasC.enabled` | Wheter Jenkins Configuration as Code is enabled or not | `false` | +| `master.JCasC.enabled` | Whether Jenkins Configuration as Code is enabled or not | `false` | | `master.JCasC.defaultConfig` | Enables default Jenkins configuration via configuration as code plugin | `false` | | `master.JCasC.configScripts` | List of Jenkins Config as Code scripts | | | `master.enableXmlConfig` | enables configuration done via XML files | `false` | diff --git a/environment/huaweicloud/README.md b/environment/huaweicloud/README.md index eaebbc1d37fc198f2c8da63f39f58d28b8c289ae..b42c146bc65889d46a8db92b79f2dc2c90337109 100644 --- a/environment/huaweicloud/README.md +++ b/environment/huaweicloud/README.md @@ -12,7 +12,7 @@ This folder houses two parts. The infrastructure setup, it includes the followin which defines in ```resources.tf``` and the ci infrastructure setup with following resources: - ***Network***. setup one vpc and one subnet. -- ***Nat***. make all servers internet accessable. +- ***Nat***. make all servers internet accessible. - ***EIPs***. create 3 EIPs. one for api-servers. one for router. one for nat. - ***Servers***. 4 servers with 2 volume attachments. - ***SG***. security rules definitions. diff --git a/mail/dockerfile/core/README.md b/mail/dockerfile/core/README.md index fcee306283d9a1bda6b467c2ca1cda5dbf827ac2..4759f2cb83f49570288b2f6e9e02b0b38c9ef2dd 100644 --- a/mail/dockerfile/core/README.md +++ b/mail/dockerfile/core/README.md @@ -28,7 +28,7 @@ These are the variables that you MUST change before deploying: to change this if you are happy with postgresql. - `DATABASE_TYPE`: It's value can be one of `sqlite`, `postgres` or `mysql` as - these are the only three database types that Mailman 3 supports. It's defualt + these are the only three database types that Mailman 3 supports. It's default value is set to `sqlite` along with the default database class and default database url above. @@ -64,7 +64,7 @@ standard version of docker-compose.yaml from this repository. Running Mailman-Core ==================== -It is highly recomended that you run this image along with the +It is highly recommended that you run this image along with the docker-compose.yaml file provided at the [github repo][1] of this image. However, it is possibel to run this image as a standalone container if you want just a mailman-core. @@ -126,7 +126,7 @@ MTA You can use Postfix or [Exim][2] with this image to send emails. Mailman Core can interact with any modern MTA which can deliver emails over LMTP. The -documentation for Mailman Core has configuration settigs for using them. +documentation for Mailman Core has configuration settings for using them. Only Exim and Postfix has been tested with these images and are supported as of now. There _might_ be some limitations with using other MTAs in a containerized diff --git a/mail/dockerfile/core/docker-entrypoint.sh b/mail/dockerfile/core/docker-entrypoint.sh index 49881a32553cc0bd8ae8f867994898bb95b906ca..eebf1f98106820674c721af83d9a22094e3a673d 100755 --- a/mail/dockerfile/core/docker-entrypoint.sh +++ b/mail/dockerfile/core/docker-entrypoint.sh @@ -58,7 +58,7 @@ fi function setup_database () { if [[ ! -v DATABASE_URL ]] then - echo "Environemnt variable DATABASE_URL should be defined..." + echo "Environment variable DATABASE_URL should be defined..." exit 1 fi diff --git a/mail/dockerfile/web/README.md b/mail/dockerfile/web/README.md index a7fbe51f6e407a70d10230f46d45f783895c1cd3..862afc95caa7000ffef871b3f4acbe5ed94d1648 100644 --- a/mail/dockerfile/web/README.md +++ b/mail/dockerfile/web/README.md @@ -35,7 +35,7 @@ change them unless you know what you want. docker-compose.yaml comes with it set to a postgres database. It is not must to change this if you are happy with postgresql. -- `MAILMAN_REST_URL`: The URL to the Mailman core's REST API server. Defaut +- `MAILMAN_REST_URL`: The URL to the Mailman core's REST API server. Default value is `http://mailman-core:8001`. - `MAILMAN_REST_USER`: Mailman's REST API username. Default value is `restadmin` @@ -81,7 +81,7 @@ Nginx. Since the setup has `USE_SSL` set to `True` in django's `settings.py`, you may also want to get a SSL certificate if you don't already have one. [Lets -Encrypt][4] provides free SSL certiticates for everyone and there are _some_ +Encrypt][4] provides free SSL certificates for everyone and there are _some_ instructions about that also. After the first run, you can create a superuser for django using the following