{"id":15290173,"url":"https://github.com/npm/npme-installer","last_synced_at":"2025-10-07T03:31:28.092Z","repository":{"id":20064055,"uuid":"23332753","full_name":"npm/npme-installer","owner":"npm","description":"npm Enterprise installer","archived":true,"fork":false,"pushed_at":"2017-09-25T17:32:33.000Z","size":136,"stargazers_count":35,"open_issues_count":46,"forks_count":21,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-01-21T03:06:24.947Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/enterprise","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/npm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-26T00:02:23.000Z","updated_at":"2023-01-28T16:13:28.000Z","dependencies_parsed_at":"2022-08-31T06:21:49.837Z","dependency_job_id":null,"html_url":"https://github.com/npm/npme-installer","commit_stats":null,"previous_names":["npm/npmo-installer"],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npm%2Fnpme-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npm%2Fnpme-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npm%2Fnpme-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npm%2Fnpme-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npm","download_url":"https://codeload.github.com/npm/npme-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235581534,"owners_count":19013089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-30T16:06:04.156Z","updated_at":"2025-10-07T03:31:22.772Z","avatar_url":"https://github.com/npm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npm Enterprise Installer\n\n[![Build Status](https://travis-ci.org/npm/npme-installer.svg?branch=master)](https://travis-ci.org/npm/npme-installer)\n\nOne-step-installer for npm Enterprise.\n\n## Quickstart\n\nTo get up and running as quickly as possible, [see the quickstart guide on the docs site](https://docs.npmjs.com/enterprise/intro).\n\n## Supported Platforms\n\nModern versions of Ubuntu (12.04+), CentOS/RHEL (7+), Debian (7.7+)\n\n## Prerequisites\n\nYou can find [detailed prerequisites](https://docs.npmjs.com/enterprise/requirements) on the docs site.\n\n## Installing\n\n* [Install Node.js via package manager](https://nodejs.org/en/download/package-manager/)\n* Update npm via `sudo npm i -g npm@latest`\n* Then install `npme`:\n\n```shell\nsudo npm install npme -g --unsafe\n```\n\nOnce installation is complete visit __https://your-server-address:8800__ and bypass the security warning (you can provide your own certificate later to prevent this warning). You will be presented with a management UI which allows you to configure your npm Enterprise appliance.\n\nYou can find [installation details](https://docs.npmjs.com/enterprise/installation) on the docs site.\n\n### Unattended / Automated Installations\n```shell\nsudo npm install npme -g --ignore-scripts\n```\n\nTo perform an installation with this tool using automation tooling, you will need to specify additional arguments to the command line. Most commonly, you will need to supply:\n\n * `-u` - the unattended install flag itself\n * `-i` - the IP address of the server's eth0 interface\n * `-e` - the public facing IP\n\n The full list of command line arguments for the install command is here:\n\n```shell\n-s, --sudo                should shell commands be run as sudo user\n                                                             [boolean] [default: true]\n-r, --release             what release of replicated should be used (defaults to\n                          stable)                         [string] [default: \"docker\"]\n-d, --docker-version      the specific Docker version to use                  [string]\n-i, --internal-address    the private ip address of the eth0 adapter          [string]\n-e, --external-address    the public facing ip address for the server         [string]\n-p, --http-proxy          sets the HTTP proxy for Docker and Replicated       [string]\n-u, --unattended-install  allows for unattended install to succeed\n```\n\n```shell\nnpme install -s -u -i 172.10.1.1 -e 52.10.0.0\n```\n\n## Connecting to the Registry\n\nBy default the npm Enterprise registry will be available on __http://your-server-address:8080__.\n\nSimply run:\n\n```shell\nnpm login --scope=@my-company-name --registry=http://your-server-address:8080\n```\n\nAnd publish modules using the corresponding scope name:\n\n```json\n{\n  \"name\": \"@my-company-name/my-module\",\n  \"repository\": {\n    \"url\": \"git://github.mycompany.com/myco/mypackage.git\"\n  }\n}\n```\n\nDetails on [client configuration](https://docs.npmjs.com/enterprise/client-configuration) and [using npm Enterprise](https://docs.npmjs.com/enterprise/using-it) can be found on the docs site.\n\n## Updating\n\nAccess your server via HTTPS on port 8800 and check for updates via\nthe management console.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpm%2Fnpme-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpm%2Fnpme-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpm%2Fnpme-installer/lists"}