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
Copy file name to clipboardExpand all lines: docs/eportal/README.md
+59-1Lines changed: 59 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,64 @@ If you are installing for the first time, please confirm with our sales engineer
45
45
46
46
ePortal is compatible with 64-bit versions of EL7/8/9 based distros like CentOS 7/8, AlmaLinux 8/9/10, Ubuntu 20.04/22.04/24.04 and Debian 11/12
47
47
48
+
## Automated Installation Script
49
+
50
+
TuxCare provides an automated installation script that simplifies the ePortal installation and configuration process. The script handles repository setup, package installation, and initial configuration.
51
+
52
+
### Supported Distributions
53
+
54
+
The installer script supports the following distributions:
55
+
56
+
**RHEL-based:**
57
+
* AlmaLinux 8, 9, 10
58
+
* Red Hat Enterprise Linux (RHEL) 8, 9, 10
59
+
* Oracle Linux (OEL) 8, 9, 10
60
+
61
+
**Debian-based:**
62
+
* Debian 11, 12
63
+
* Ubuntu 20.04, 22.04, 24.04
64
+
65
+
### Main Features
66
+
67
+
The installer script automates the following:
68
+
69
+
***Repository Configuration**: Automatically configures the required repositories (Nginx and TuxCare ePortal)
70
+
***Package Installation**: Installs ePortal and all required dependencies
71
+
***Service Validation**: Verifies that ePortal service is properly installed and running
72
+
***Admin Password Setup**: Interactive configuration of the admin user password
73
+
***Cache Mode Configuration**: Optional configuration to enable patch caching mode (reduces disk space requirements)
74
+
***Business Units Configuration**: Optional setup for multi-tenant business unit isolation
75
+
***Proxy Configuration**: Optional proxy server configuration for environments requiring it
0 commit comments