mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added new relic stuff for deploy
This commit is contained in:
Binary file not shown.
@@ -6,6 +6,13 @@ RUN apt-get -y upgrade
|
|||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libssl-dev libyaml-dev libreadline-dev openssl curl git-core zlib1g-dev bison libxml2-dev libxslt1-dev libcurl4-openssl-dev libsqlite3-dev sqlite3 wget apache2 apt-transport-https nodejs mysql-client
|
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libssl-dev libyaml-dev libreadline-dev openssl curl git-core zlib1g-dev bison libxml2-dev libxslt1-dev libcurl4-openssl-dev libsqlite3-dev sqlite3 wget apache2 apt-transport-https nodejs mysql-client
|
||||||
|
|
||||||
|
#New Relic
|
||||||
|
RUN echo deb http://apt.newrelic.com/debian/ newrelic non-free >> /etc/apt/sources.list.d/newrelic.list
|
||||||
|
RUN wget -O- https://download.newrelic.com/548C16BF.gpg | apt-key add -
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get install newrelic-sysmond -y
|
||||||
|
RUN nrsysmond-config --set license_key=$NEW_RELIC_LICENSE_KEY
|
||||||
|
|
||||||
#Passenger
|
#Passenger
|
||||||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 561F9B9CAC40B2F7
|
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 561F9B9CAC40B2F7
|
||||||
RUN echo deb https://oss-binaries.phusionpassenger.com/apt/passenger trusty main >> /etc/apt/sources.list.d/passenger.list
|
RUN echo deb https://oss-binaries.phusionpassenger.com/apt/passenger trusty main >> /etc/apt/sources.list.d/passenger.list
|
||||||
|
|||||||
Reference in New Issue
Block a user