mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
config section moved up, some keywords added.
This commit is contained in:
parent
b33f50a1ae
commit
0e9d2454d8
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -50,6 +50,12 @@ $ npm set ca null
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where your local packages will be listed and can be searched.
|
Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where your local packages will be listed and can be searched.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
When you start a server, it auto-creates a config file.
|
||||||
|
|
||||||
|
**For instructions on how to run Verdaccio as a service, with a nice URL or behind a proxy have a look at the [server-side configure document](SERVER.md).**
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
|
@ -127,12 +133,6 @@ The Verdaccio Chef cookbook [is available via the chef supermarket](https://supe
|
||||||
|
|
||||||
The original Sinopia puppet module [is available at puppet forge](http://forge.puppetlabs.com/saheba/sinopia) source: https://github.com/saheba/puppet-sinopia
|
The original Sinopia puppet module [is available at puppet forge](http://forge.puppetlabs.com/saheba/sinopia) source: https://github.com/saheba/puppet-sinopia
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
When you start a server, it auto-creates a config file.
|
|
||||||
|
|
||||||
#### See also: [server-side configure document](SERVER.md)
|
|
||||||
|
|
||||||
## Adding a new user
|
## Adding a new user
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue