Skip to content
Snippets Groups Projects

POC Appmonitor client cli

💡 Idea: For non PHP systems we prepare a compiled binary containing all written PHP checks. Then those non PHP systems do not need to implement the checks again.

Requirements

  • wget
  • git
  • PHP 8 cli (no webserver needed)

Installation

How to bring up this project to live:

  • clone this repository
  • run the ./installer.php to download spc and prepare the micro build

Update

Run the installer again.

if you want to install a newer version of spc: remove the external/bin/ directory and run the installer again.

Start over

Remove the dirs

  • build_packages
  • external

Then start ./installer.php and ./build.php

Compile

To compile src/amcli.phpto built_packages/amcli start the ./build.php