Skip to content
Snippets Groups Projects
Select Git revision
  • 5901d640dd0f33c023eae29e0c8090f7d91dc37a
  • main default protected
  • v0.1
3 results

appmonitor-cli-client

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