Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Supported Environment Platforms: -

Any VM or system with Docker support should be able to host PSknowHOW, it can be deployed in SapeCloud, Azure, AWS, Google Cloud, SapeCloud of client infrastructure etc,

Supported Operating Systems:

PSknowHOW can be installed on any version of Linux and Windows 10 and above with Docker and Python support .

...

Recommended Hardware Requirements:
(5-20 projects)

Minimum Hardware Requirements:
(1-5 project)

CPU 2 cores

CPU 2 cores

RAM 32 GB

RAM 16 GB

Hard Disk 70 - 100 GB

Hard Disk 50 - 70 GB

Root 50 GB

Root 50 GB

Required Softwares :

Linux

Windows/Mac

Docker

Docker for Desktop

docker compose

Python3

pip

wget

curl

zip

...

Code Block
unzip Setup-Prerequisites-V3.0.zip
cd Setup-Prerequisites-V3.0
chmod +x Setup-Prerequisites-V3.0.sh
./Setup-Prerequisites-V3.0.sh

Ports Required

The Following ports need to open to accept inbound traffic

Mandatory

Optional

22

8080

80

27017

443

Note:

  • RAM consumption can vary depending on the cron frequency and response payload

  • Currently CRON is set to every 2 hours to pull the data from connected tools.

...

FAQ

VM Space Tips (Optional)

Docker by default uses the space from /root directory to store the docker related date, in case /root directory is low on space the default docker directory can be changed to other directory having enough space by following the below steps:

...