Skip to content

Commit 529bbb2

Browse files
authored
fixed #233, shorten the document's name under the user_manual (#235)
1 parent e5fa5ed commit 529bbb2

File tree

167 files changed

+356
-370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+356
-370
lines changed

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_01_overview_of_the_oceanbase_database/00_introduction.md renamed to docs/user_manual/quick_starts/en-US/chapter_01_overview_of_the_oceanbase_database/00_introduction.md

File renamed without changes.

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_01_overview_of_the_oceanbase_database/01_overview.md renamed to docs/user_manual/quick_starts/en-US/chapter_01_overview_of_the_oceanbase_database/01_overview.md

File renamed without changes.

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_01_overview_of_the_oceanbase_database/02_ecological-tools.md renamed to docs/user_manual/quick_starts/en-US/chapter_01_overview_of_the_oceanbase_database/02_ecological-tools.md

File renamed without changes.

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_01_overview_of_the_oceanbase_database/_index.md renamed to docs/user_manual/quick_starts/en-US/chapter_01_overview_of_the_oceanbase_database/_index.md

File renamed without changes.

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/00_introduction.md renamed to docs/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/00_introduction.md

File renamed without changes.

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/01_preparation_before_deployment.md renamed to docs/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/01_preparation_before_deployment.md

File renamed without changes.

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/02_deployment_components.md renamed to docs/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/02_deployment_components.md

File renamed without changes.

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment.md renamed to docs/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -408,37 +408,37 @@ If you have multiple servers available, you can run the `obd web` command to sta
408408
409409
2. Click **Try Now** to start the deployment process.
410410

411-
![Start](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/001.png)
411+
![Start](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/001.png)
412412

413413
> **Note**
414414
>
415415
> To change the display language, click the **English** icon in the upper-right corner of the page and select a language as needed.
416416
417417
3. Select **OceanBase and supporting tools** and click **OK**.
418418

419-
![Select](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/002.png)
419+
![Select](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/002.png)
420420

421421
4. On the **Deployment Configuration** page, modify **Cluster Name** and select the components that you want to deploy. You can also retain the default configurations. By default, all components are deployed.
422422

423-
![Deployment configuration](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/003.png)
423+
![Deployment configuration](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/003.png)
424424

425425
Click **Next Step** to go to the **Node Configuration** page.
426426

427427
5. On the **Node Configuration** page, enter node IP addresses and the user password and then click **Next Step** to go to the **Cluster Configuration** page.
428428

429-
![Node configuration](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/004.png)
429+
![Node configuration](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/004.png)
430430

431431
6. On the **Cluster Configuration** page, specify the deployment mode, password, directory, port, and other information about the cluster. You can also retain the default values.
432432

433-
![Cluster configuration](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/005.png)
433+
![Cluster configuration](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/005.png)
434434

435435
Click **Next Step** to go to the **Pre-check** page.
436436

437437
7. On the **Pre-check** page, verify the configuration information and then click **Pre-check**.
438438

439-
![Precheck](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/006.png)
439+
![Precheck](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/006.png)
440440

441-
![Precheck](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/007.png)
441+
![Precheck](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/007.png)
442442

443443
If an error code is returned, you can click **Automatic Repair** to automatically repair the error, or click **Learn more** to go to the error code document and correct the error based on the reference document. After all the errors are corrected, click **Re-check** to perform a precheck again.
444444

@@ -447,10 +447,10 @@ If you have multiple servers available, you can run the `obd web` command to sta
447447
If the deployment is successful, the connection strings of the components are displayed. You can copy a connection string to access the corresponding component.
448448

449449

450-
![Deployment](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/008.png)
450+
![Deployment](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/008.png)
451451

452452
9. Click **Finish**.
453-
![Finish](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/009.png)
453+
![Finish](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/03_deploy_personal_environment/009.png)
454454

455455
10. Log on to OCP Express and create a user tenant.
456456

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/04_deploy-production-environment.md renamed to docs/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/04_deploy-production-environment.md

File renamed without changes.

docs/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/05_view-resources.md renamed to docs/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/05_view-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OceanBase Database is a single-process software solution. Its process is named `
1515

1616
As shown in the following figure, an OceanBase cluster can manage all resources allocated to the `observer` process in a centralized manner and allocate the resources to tenants. You can define the resource specifications for a tenant and adjust the resource specifications online.
1717

18-
![Resource allocation](/img/user_manual/quick_starts_and_hands_on_practices_in_english/chapter_02_deploy_oceanbase_database/05_view-resources/001.png)
18+
![Resource allocation](/img/user_manual/quick_starts/en-US/chapter_02_deploy_oceanbase_database/05_view-resources/001.png)
1919

2020
The resources for an OceanBase Database tenant include CPU, memory, and IOPS. At present, OceanBase Database supports the isolation of these resources. We recommend that you set the resource parameters based on the actual situation when you create resources. For example, the value of the parameter related to the disk space should not exceed the actual available disk space. Otherwise, load balancing is affected.
2121

0 commit comments

Comments
 (0)