mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
Merge pull request #211 from r3wald/205-documentation-for-proxy-configuration
config section moved up, some keywords added.
This commit is contained in:
commit
6f67870f70
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