Skip to content

🦄 Pega simple installation kit

Notifications You must be signed in to change notification settings

mishankov/pega-easy-install-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pega simple installation kit

Scripts and files one needs to quickly install Pega Platform for testing purposes

DISCLAIMER: this installation method is not suitable for production. But you can refer to it while building your environment

Tested on:

Pega

Prerequisites

Installation

  1. Clone or download this repository
  2. Unpack Pega Platform distribution to distr/ folder inside this repo
  3. Copy prweb.war from distr/archives to application/
cp distr/archives/prweb.war application/
  1. From the root directory of this repo run
docker-compose up -d database
  1. Run installer script
docker-compose up installer
  1. Wait until installation finishes. You will see something like this
BUILD SUCCESSFUL
Total time: 69 minutes 42 seconds
  1. After successful installation from the root directory of this repo run
docker-compose stop
docker-compose up -d database application web-tail
docker exec pega-logs node config-generator.js
  1. After some time go to http://localhost:8080/prweb, login with credentials administrator@pega.com / install and enjoy!

Pega logs are available at http://localhost:4444/ powered by web-tail