mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -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
|
@ -51,6 +51,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.
|
||||
|
||||
## 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
|
||||
|
||||
To use the latest pre-built [docker image](https://hub.docker.com/r/verdaccio/verdaccio/):
|
||||
|
@ -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
|
||||
|
||||
## Configuration
|
||||
|
||||
When you start a server, it auto-creates a config file.
|
||||
|
||||
#### See also: [server-side configure document](SERVER.md)
|
||||
|
||||
## Adding a new user
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue