0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/wiki/install.md
Juan Picado @jotadeveloper b29de5c8fd
docs: Add installation section
2017-08-29 07:52:43 +02:00

862 B

Installation

Verdaccio is a multiplatform web application, to install you need at least some prerequisites.

Prerequisites

  • Node higher than 4.6.1
  • npm or yarn

Installing the CLI

Verdaccio must be install globaly using any of the most modern

Using npm

npm install -g npm

or using yarn

yarn global add verdaccio

Basic Usage

Once has been installed you only need to execute the CLI command.

$> verdaccio

For more information about CLI please read the cli section.

Docker Image

verdaccio has a official docker image you can use, in the most of cases is good enough just the default configuration, for more information about how to install the official image read the docker section.