Hi {{name}}—

Welcome to npm Enterprise! This email contains info you’ll need to get up and
running with your own private registry.

If you run into any trouble along the way, don’t hesitate to reach out: just
reply to this note or drop us a line at {{support_email}}.

npm loves you


Your License Key

You’ll need this to activate your Enterprise instances during installation.

    billing email: {{email}}
    license key: {{license_key}}


npm Enterprise AMI

Running our npm Enterprise AMI is the fastest way to get started:
https://www.npmjs.com/enterprise-setup

(We’ve also included step-by-step instructions below.)


Important URLs

Your registry will be available at http://<your-server>:8080

Your registry’s website will be available at http://<your-server>:8081

Your admin web console will be available at https://<your-server>:8800


4 Steps To Getting Started With npm Enterprise:

1. Install npm Enterprise on your server

    Make sure your server fulfills the prerequisites and has Node.js installed —
    then use npm to install npme!

    Prerequisites can be found here:
    https://npme.npmjs.com/docs/up-and-running/requirements.html

    Details on server installation can be found here:
    https://npme.npmjs.com/docs/up-and-running/platforms/


2. Configure and start your Enterprise instance

    The npm Enterprise installer will run an admin web console on port 8800. Access
    it using https and use it to complete installation and configure your
    Enterprise appliance.

    Details on server configuration can be found here:
    https://npme.npmjs.com/docs/up-and-running/customization.html


3. Configure the npm CLI to talk to your registry

    On your development machine, authenticate with your Enterprise registry and
    associate it with a scope name, like @myco, using this command:

    `npm login --scope=@myco --registry=http://<your-server>:8080`

    The scope will be a shared namespace for your company's private packages.

    Details on client configuration can be found here:
    https://npme.npmjs.com/docs/cli/configuration.html


4. Publish and install packages

    Prefix private package names with your scope, e.g. @myco/my-package, then
    publish them to your Enterprise registry using `npm publish`.

    Install private packages using their scoped name, e.g.
    `npm install @myco/my-package`.

    Details on using your Enterprise registry can be found here:
    https://npme.npmjs.com/docs/workflow/


What’s Next / More Info

For more details and advanced topics, see all of our npm Enterprise documentation:
https://npme.npmjs.com/docs/
