Socket
Book a DemoInstallSign in
Socket

npme-unknown

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npme-unknown

npmE one-step-install for Centos 6.5

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

npmE Unknown OS Install Flow

This module does as much as it possibly can, to bootstrap an npmE installation on an unknown OS.

Prerequisites

  • Your must have npm 2.x.x+ and Node 0.10.x installed on the server.
  • You must have Ansible 1.6+ installed on the server.
  • You must have Redis 2+ installed on the server.
  • You must have CouchDB 1.5+ installed on the server.
  • You must have nginx installed on the server.

Production Notes

It's preferrable that you run on one of npm Enterprise's suppored platforms, which include:

  • Ubuntu Trusty.
  • Centos 6.5

OSX

This installer can be used to bootstrap npmE on OSX for testing:

brew install couchdb
brew install nginx
brew install redis
sudo bash
git clone https://github.com/npm/npme.git
cd npme
node ./bin/npme.js install --user your-username --group staff
  • once you've run the installer restart CouchDB and nginx.
  • run the bin /etc/npme/bin/install-couch-app.sh top populate the CouchDB app.

FAQs

Package last updated on 12 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts