1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/website/translated_docs/zh-HK/install.md
verdacciobot 1cf6b7bff8 docs: update translations
docs: update translations
2018-02-16 19:32:53 +01:00

1.2 KiB

id title
installation Installation

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

Prerequisites

  1. Node higher than
    • For version verdaccio@2.x we support from Node v4.6.1.
    • For version verdaccio@3.x we support as minimum Node 6.12.0
  2. npm >=3.x or yarn
  3. The web interface support browsers Chrome, Firefox, Edge, and IE9

Installing the CLI

verdaccio must be install globaly using any of the most modern

Using npm

npm install -g verdaccio

or using yarn

yarn global add verdaccio

Basic Usage

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

$> verdaccio
warn --- config file  - /home/.config/verdaccio/config.yaml
warn --- http address - http://localhost:5555/ - verdaccio/3.0.0

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.