You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(v1.17): update installation guide for CentOS and Ubuntu
- Update IvorySQL installation instructions for CentOS and Ubuntu
- Improve clarity and consistency in the documentation
- Remove unnecessary commands and options
- Add notes on default installation paths and firewall configuration
- Update examples for initializing and starting the database
Copy file name to clipboardExpand all lines: EN/modules/ROOT/pages/v1.17/6.adoc
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## CentOS Installation overview
9
9
10
-
This article introduces the installation process and precautions of Ivorysql on Linux platform. This article mainly demonstrates rpm package installation steps, and source code installation steps of the database under the Centos 7 environment.
10
+
This article introduces the installation process and precautions of IvorySQL on Linux platform. This article mainly demonstrates rpm package installation steps, and source code installation steps of the database under the Centos 7 environment.
11
11
12
12
13
13
=== Software and hardware requirements
@@ -90,7 +90,7 @@ Configuration: Root users execute the following commands to configure:
> Note: Because -- prefixis not provided, it is installed in/usr/local/pgsql by default, so you need to specify the path
93
+
> Note: If the `--prefix` option is not provided, the default installation path will be `/usr/local/ivorysql`.
94
94
95
95
> Note: We should remember the specified directory, because the system cannot find out where the compiled and installed programs are. More configure parameters can be viewed through "./configure -- help". You can also view the PostgreSQL manual
This article introduces the installation process and precautions of Ivorysql on Linux platform. This article mainly demonstrates rpm package installation steps, and source code installation steps of the database under the Ubuntu 2404 environment.
309
+
This article introduces the installation process and precautions of IvorySQL on Linux platform. This article mainly demonstrates rpm package installation steps, and source code installation steps of the database under the Ubuntu 2404 environment.
310
310
311
311
312
312
=== Software and hardware requirements
@@ -376,14 +376,10 @@ Configuration: Root users execute the following commands to configure:
> Note: Because -- prefixis not provided, it is installed in/usr/local/pgsql by default, so you need to specify the path
382
+
> Note: If the `--prefix` option is not provided, the default installation path will be `/usr/local/ivorysql`.
387
383
388
384
> Note: We should remember the specified directory, because the system cannot find out where the compiled and installed programs are. More configure parameters can be viewed through "./configure -- help". You can also view the PostgreSQL manual
389
385
@@ -406,7 +402,7 @@ Installation:
406
402
make install
407
403
```
408
404
409
-
==== Install the IvorySql database using the DEB package
405
+
==== Install the IvorySQL database using the DEB package
410
406
411
407
1. Run the following command to download the IvorySQL installation package.
0 commit comments