We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84ebfe commit 6664f5bCopy full SHA for 6664f5b
README.md
@@ -3,3 +3,10 @@
3
[](https://travis-ci.org/wcm-io-devops/maven-nodejs-proxy)
4
5
Maven proxy to download NodeJS binaries as Maven artifacts.
6
+
7
+Steps to build and start the proxy:
8
9
+- Go to maven-nodejs-proxy directory
10
+- Build server with `mvn clean install`
11
+- Start server with `java -jar target/io.wcm.devops.maven.nodejs-proxy-<version>.jar server config.yml`
12
+- Go to http://localhost:8080 for further instructions
0 commit comments