0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

chore: add more install notes

This commit is contained in:
Juan Picado 2022-08-22 20:31:59 +02:00
parent 13398c6ab8
commit 4b61029718
2 changed files with 18 additions and 4 deletions

View file

@ -23,7 +23,7 @@ Are you still using **Verdaccio 4**?. Check the [migration guide](https://verdac
Learn the basics before getting started, how to install, where is the location of the configuration file and more. Learn the basics before getting started, how to install, where is the location of the configuration file and more.
<iframe width="560" height="415" src="https://www.youtube.com/embed/P_hxy7W-IL4?enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="560" height="515" src="https://www.youtube.com/embed/hDIFKzmoCaA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## Installing the CLI {#installing-the-cli} ## Installing the CLI {#installing-the-cli}
@ -51,6 +51,22 @@ pnpm install -g verdaccio
![install verdaccio](/img/install_verdaccio.gif) ![install verdaccio](/img/install_verdaccio.gif)
### Next major release (verdaccio 6 alpha) {#next-major-release}
Next [major release is under development](https://github.com/verdaccio/verdaccio/discussions/2970), byt can try it out already, either for testing purposes or helping to catch any possible bug, if you find something report it under the label [6.x bugs](https://github.com/verdaccio/verdaccio/labels/6.x%20bugs).
```bash
npm install --global verdaccio@6-next
```
or with the docker image
```bash
docker pull verdaccio/verdaccio:nightly-master
```
> The docker image `verdaccio/verdaccio:nightly-master` is alinged with the latest commits in master branch, while the npmjs version has a longer release cycle. **It is highly recommended don't use alpha versions for production**.
## Basic Usage {#basic-usage} ## Basic Usage {#basic-usage}
Once it has been installed, you only need to execute the CLI command: Once it has been installed, you only need to execute the CLI command:

View file

@ -5,9 +5,7 @@ title: "What is Verdaccio?"
Verdaccio is a **lightweight private npm proxy registry** built in **Node.js** Verdaccio is a **lightweight private npm proxy registry** built in **Node.js**
[![logo](https://cdn.verdaccio.dev/website/watch-us.png)](https://www.youtube.com/channel/UC5i20v6o7lSjXzAHOvatt0w) <iframe width="560" height="515" src="https://www.youtube.com/embed/qRMucS3i3kQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="515" src="https://www.youtube.com/embed/hDIFKzmoCaA?enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## What's a registry? {#whats-a-registry} ## What's a registry? {#whats-a-registry}