mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
docs: update install doc
add beta section
This commit is contained in:
parent
7617a51f6e
commit
535ea287dc
1 changed files with 12 additions and 2 deletions
|
@ -9,7 +9,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer
|
||||||
|
|
||||||
1. Node higher than
|
1. Node higher than
|
||||||
- For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version.
|
- For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version.
|
||||||
- For version `verdaccio@3.x` Node `6.12.0` is the minimum supported version.
|
- For version `verdaccio@beta` Node `6.12.0` is the minimum supported version.
|
||||||
2. npm `>=3.x` or `yarn`
|
2. npm `>=3.x` or `yarn`
|
||||||
3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers.
|
3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers.
|
||||||
|
|
||||||
|
@ -28,6 +28,16 @@ or using `yarn`
|
||||||
yarn global add verdaccio
|
yarn global add verdaccio
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Beta
|
||||||
|
|
||||||
|
⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️
|
||||||
|
|
||||||
|
If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm install -g verdaccio@beta
|
||||||
|
```
|
||||||
|
|
||||||
## 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:
|
||||||
|
@ -35,7 +45,7 @@ Once it has been installed, you only need to execute the CLI command:
|
||||||
```bash
|
```bash
|
||||||
$> verdaccio
|
$> verdaccio
|
||||||
warn --- config file - /home/.config/verdaccio/config.yaml
|
warn --- config file - /home/.config/verdaccio/config.yaml
|
||||||
warn --- http address - http://localhost:5555/ - verdaccio/3.0.0
|
warn --- http address - http://localhost:4873/ - verdaccio/2.7.4
|
||||||
```
|
```
|
||||||
|
|
||||||
![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)
|
![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)
|
||||||
|
|
Loading…
Reference in a new issue