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
{{ message }}
This repository was archived by the owner on Feb 17, 2021. It is now read-only.
You can move confg/example_default.js to more convenient place e.g. /etc/jobsite/node-es6-api-framework/default.json and point confg/example_default.js simlink to a new target.
42
+
You can move confg/example_default.js to more convenient place e.g. /etc/jobsite/Node-ES6-API-Framework/default.json and point confg/example_default.js simlink to a new target.
Found '/home/developer/projects/Node-ES6-API-Framework/.nvmrc' with version <v6.10.0>
91
+
Now using node v6.10.0 (npm v4.1.2)
77
92
yarn install v0.20.3
78
93
warning boilerplate-api@1.1.0: "dependencies" has dependency "nodemon" with range "^1.11.0" that collides with a dependency in"devDependencies" of the same name with version "^1.9.0"
This will create the Boilerplate API image and pull in the necessary dependencies. Once done, run the Docker and map the port to whatever you wish on your host 4005 in this case:
182
+
This will create the Boilerplate API image and pull in the necessary dependencies. Once done, run the Docker and map the port to whatever you wish on your host 40001 in this case:
168
183
169
184
```sh
170
-
docker run -d -t -p 9999:9999 --name boiler_plate_api --restart=always boiler_plate_api
185
+
docker run -d -t -p 40001:40001 --name boiler_plate_api --restart=always boiler_plate_api
171
186
```
172
187
173
188
Verify the deployment by navigating to your server address in your preferred browser.
174
189
175
-
e.g http://localhost:9999/v1/someapi/example
190
+
e.g http://localhost:40001/v1/someapi/example
176
191
177
192
[//]: #(These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
0 commit comments