Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Newrelic Implementierung über ENV Variablen #1

@iboargun

Description

@iboargun

Hi @joberthel,

aktuell habe ich den Fall, dass die Execution der Bezahlung sehr lange dauert und irgendwas nicht stimmt. Bei sowas wäre es ziemlich praktisch, wenn wir über die PHP Docker Container einfach die Newrelic Instanz laden könnten.

RUN \
  curl -L your_url | tar -C /tmp -zx && \
   export NR_INSTALL_USE_CP_NOT_LN=1 && \
    export NR_INSTALL_SILENT=1 && \
     /tmp/newrelic-php5-*/newrelic-install install && \
      rm -rf /tmp/newrelic-php5-* /tmp/nrinstall* && \
        sed -i -e 's/"REPLACE_WITH_REAL_KEY"/"Your_License_Key"/' \
     -e 's/newrelic.appname = "PHP Application"/newrelic.appname = "Your_Application_Name"/' \
         /usr/local/etc/php/conf.d/newrelic.ini
        

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions