This monorepo contains several IPS applications as well as a useful script to run 3rd party applications in "IN_DEV" mode.
All code in this repository is currently proprietary property of jannes-io until further notice. Any use (this includes usage, sharing, downloading, reselling and modifying) without explicit written consent from jannes-io is subject to legal action.
- A LAMP server, preferably in docker, a docker-compose file is present in this repo.
If you chose to go with a LAMP stack, you're on your own. This documentation is only for those who chose to use docker.
- Start docker engine
- Run
docker-compose up -d
in your terminal/cmd/powershell - Navigate to http://localhost and enjoy developing!
If you need to interact with PERSCOM templates run this once:
- Run
docker exec -it thirdinf_ipboard bash
in your terminal/cmd/powershell - Run
cd /var/www/html
in your terminal/cmd/powershell - Run
php unbuildApplication.php perscom
in your terminal/cmd/powershell
The AWS Server Manager is an application that interacts with AWS EC2 instances to turn them on/off and provide automatic cleanup as well as steam query info.
This module is deprecated by Perscom Enhanced and should not be developed anymore.
The newest, latest and greatest application for PERSCOM users. PENH aims to add common functionality to PERSCOM that is found in many units.