docs: update beta to latest

This commit is contained in:
Juan Picado @jotadeveloper 2018-05-31 10:32:46 +02:00
parent c920fa335c
commit a22b3a4415
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
4 changed files with 7 additions and 24 deletions

View File

@ -43,14 +43,6 @@ deployment:
tag: /(v)?[0-9]+(\.[0-9]+)*/
commands:
- ./scripts/publish.sh
alpha-release:
tag: /.*-alpha.*/
commands:
- ./scripts/alpha-publish.sh
beta-release:
tag: /.*-beta.*/
commands:
- ./scripts/beta-publish.sh
general:
branches:
ignore:

View File

@ -37,7 +37,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd
In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd)
In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd)
is used by default. The v2.x version of this package still contains the built-in version of this plugin.
```yaml

View File

@ -24,21 +24,21 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/
For a major version:
```bash
docker pull verdaccio/verdaccio:2
docker pull verdaccio/verdaccio:3
```
For a minor version:
```bash
docker pull verdaccio/verdaccio:2.1
docker pull verdaccio/verdaccio:3.0
```
For a specific (patch) version:
```bash
docker pull verdaccio/verdaccio:2.1.7
docker pull verdaccio/verdaccio:3.0.1
```
For the next major release using the `beta` (`v.3.x`) version.
For the next major release using the `beta` (`master branch`)] version.
```bash
docker pull verdaccio/verdaccio:beta

View File

@ -9,7 +9,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer
1. Node higher than
- For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version.
- For version `verdaccio@beta` Node `6.12.0` is the minimum supported version.
- For version `verdaccio@latest` Node `6.12.0` is the minimum supported version.
2. npm `>=3.x` or `yarn`
3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers.
@ -30,15 +30,6 @@ yarn global add verdaccio
![install verdaccio](/svg/install_verdaccio.gif)
### 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
@ -47,7 +38,7 @@ Once it has been installed, you only need to execute the CLI command:
```bash
$> verdaccio
warn --- config file - /home/.config/verdaccio/config.yaml
warn --- http address - http://localhost:4873/ - verdaccio/2.7.4
warn --- http address - http://localhost:4873/ - verdaccio/3.0.1
```
![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)