You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Use the service [start](#start) command to start your service.
16
+
17
+
### Installation Notes
18
+
19
+
Windows firewall may need to be configured to allow the node process act as a server.
20
+
21
+
#### Customizing the service name
22
+
23
+
Use can the --name -n option to customize the windows service name. See the [install](#install) command for more service configuration options.
24
+
25
+
#### Running verdaccio from the command line
26
+
27
+
Use the runner script with the `-c` option:
28
+
`node runner.js -c path\to\verdaccio-config.yaml`
29
+
This is useful to see the verdaccio's output for any errors.
30
+
31
+
#### Default Logs
32
+
33
+
When the service is created the install location will have a `daemon` sub directory. By default the service logs verdaccio standard output and error to this folder. This location can be changed using the service.js [install](#install)'s `--logs` option.
34
+
**NOTE** By default verdaccio logs all http requests, so the log files can get very large. To address this use the [verdaccio configuration file](https://verdaccio.org/docs/en/configuration) to setup [logging](https://verdaccio.org/docs/en/logger).
0 commit comments