Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.29 KB

SETUP.md

File metadata and controls

40 lines (26 loc) · 2.29 KB

Welcome!

It's quick and easy to set up your environment to build New Relic One applications. In these setup instructions, you'll be setting up your system to run a local server that establishes a connection to the New Relic One platform. This connection makes building your New Relic One application easy because you can see your changes in real time. Enjoy!

Setup Instructions

To set up your environment to Build your own application:

  1. In Google Chrome, go to one.newrelic.com and select build your own application. Follow the instructions.

Important

Some customers have enterprise-wide agreements with New Relic, prohibiting employees from accepting the Terms and Conditions of the developer program. Those persons will be unable to download the CLI. If you're effected by this, please reach out to your legal department and/or contact your New Relic sales representative to explore alternatives for becoming familiar with this material while honoring your company's employee policies.

  1. To prepare to do the workshop, you need to clone the workshop repo:
# if you haven't cloned the workshop repo already
git clone https://github.com/newrelic/nr1-workshop.git

Note: Each exercise exists as a folder in this repository. Following the material will involve going into that directory, running npm install, standing up the local development server by running nr1 nerdpack:serve, and following the INSTRUCTIONS.md in the given folder.

  1. Now start the setup NR1 package:
# ex. change directory into setup
cd nr1-workshop/setup
npm install
nr1 nerdpack:uuid -gf
nr1 nerdpack:serve

Your terminal output should look like the following: terminal

  1. Open Google Chrome and go to one.newrelic.com?nerdpacks=local (this places locally served applications in New Relic One). Click on the launcher named Setup exercise. You should see the following: Congratulations

Great. Now let's get started.