chore(i18n,docs): processed translations (#42113)

This commit is contained in:
camperbot
2021-05-12 21:26:15 +05:30
committed by GitHub
parent 7aaa365393
commit 1537354cf2
3 changed files with 27 additions and 42 deletions

View File

@ -550,25 +550,20 @@ Provisioning VMs with the Code
cd client cd client
``` ```
```console
git clone https://github.com/freeCodeCamp/client-config.git client
cd client
```
Start placeholder instances for the web client, these will be updated with artifacts from the Azure pipeline. Start placeholder instances for the web client, these will be updated with artifacts from the Azure pipeline.
> Todo: This setup needs to move to S3 or Azure Blob storage > Todo: This setup needs to move to S3 or Azure Blob storage
> >
> ```console > ```console
echo "serve -c ../../serve.json www -p 50505" >> client-start-primary.sh > echo "serve -c ../../serve.json www -p 50505" >> client-start-primary.sh
chmod +x client-start-primary.sh > chmod +x client-start-primary.sh
pm2 delete client-primary > pm2 delete client-primary
pm2 start ./client-start-primary.sh --name client-primary > pm2 start ./client-start-primary.sh --name client-primary
echo "serve -c ../../serve.json www -p 52525" >> client-start-secondary.sh > echo "serve -c ../../serve.json www -p 52525" >> client-start-secondary.sh
chmod +x client-start-secondary.sh > chmod +x client-start-secondary.sh
pm2 delete client-secondary > pm2 delete client-secondary
pm2 start ./client-start-secondary.sh --name client-secondary > pm2 start ./client-start-secondary.sh --name client-secondary
``` > ```
### Logging and Monitoring ### Logging and Monitoring

View File

@ -550,25 +550,20 @@ Provisioning VMs with the Code
cd client cd client
``` ```
```console
git clone https://github.com/freeCodeCamp/client-config.git client
cd client
```
Start placeholder instances for the web client, these will be updated with artifacts from the Azure pipeline. Start placeholder instances for the web client, these will be updated with artifacts from the Azure pipeline.
> Todo: This setup needs to move to S3 or Azure Blob storage > Todo: This setup needs to move to S3 or Azure Blob storage
> >
> ```console > ```console
echo "serve -c ../../serve.json www -p 50505" >> client-start-primary.sh > echo "serve -c ../../serve.json www -p 50505" >> client-start-primary.sh
chmod +x client-start-primary.sh > chmod +x client-start-primary.sh
pm2 delete client-primary > pm2 delete client-primary
pm2 start ./client-start-primary.sh --name client-primary > pm2 start ./client-start-primary.sh --name client-primary
echo "serve -c ../../serve.json www -p 52525" >> client-start-secondary.sh > echo "serve -c ../../serve.json www -p 52525" >> client-start-secondary.sh
chmod +x client-start-secondary.sh > chmod +x client-start-secondary.sh
pm2 delete client-secondary > pm2 delete client-secondary
pm2 start ./client-start-secondary.sh --name client-secondary > pm2 start ./client-start-secondary.sh --name client-secondary
``` > ```
### Registro de Eventos y Monitoreo ### Registro de Eventos y Monitoreo

View File

@ -550,25 +550,20 @@ Provisioning VMs with the Code
cd client cd client
``` ```
```console
git clone https://github.com/freeCodeCamp/client-config.git client
cd client
```
Start placeholder instances for the web client, these will be updated with artifacts from the Azure pipeline. Start placeholder instances for the web client, these will be updated with artifacts from the Azure pipeline.
> Todo: This setup needs to move to S3 or Azure Blob storage > Todo: This setup needs to move to S3 or Azure Blob storage
> >
> ```console > ```console
echo "serve -c ../../serve.json www -p 50505" >> client-start-primary.sh > echo "serve -c ../../serve.json www -p 50505" >> client-start-primary.sh
chmod +x client-start-primary.sh > chmod +x client-start-primary.sh
pm2 delete client-primary > pm2 delete client-primary
pm2 start ./client-start-primary.sh --name client-primary > pm2 start ./client-start-primary.sh --name client-primary
echo "serve -c ../../serve.json www -p 52525" >> client-start-secondary.sh > echo "serve -c ../../serve.json www -p 52525" >> client-start-secondary.sh
chmod +x client-start-secondary.sh > chmod +x client-start-secondary.sh
pm2 delete client-secondary > pm2 delete client-secondary
pm2 start ./client-start-secondary.sh --name client-secondary > pm2 start ./client-start-secondary.sh --name client-secondary
``` > ```
### Logging and Monitoring ### Logging and Monitoring