https://github.com/ethiclab/pega-install
https://github.com/ethiclab/pega-install
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethiclab/pega-install
- Owner: ethiclab
- Created: 2021-12-27T12:16:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T20:09:57.000Z (about 3 years ago)
- Last Synced: 2025-03-21T11:22:47.043Z (about 1 year ago)
- Language: Python
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Procedura per installare PEGA 8.5
## Cosa serve?
Trasferire l'archivio zip di Pega `116967_Pega8.53.zip` nel server dove verrà installato il database sotto `/tmp`.
## Pre-requisiti
1. 3 macchine Oracle Linux 8.5
2. Associare degli ip elastici ad ogni istanza
3. Configurare i host ssh pega1, pega2 e pega3 con la chiave ssh
## Installazione
Collegarsi via ssh al server pega3 (quello che ospiterà il db)
```bash
ssh pega3
curl https://raw.githubusercontent.com/ethiclab/pega-install/main/bootstrap.sh | bash
```