File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,14 @@ mysql yourdatabase --user=yourusername -p < yourfile.sql
325
325
326
326
### How to Deploy with Heroku
327
327
328
+ You can also follow the official guides or community articles:
329
+
330
+ - [ Node.js | Heroku Dev Center] ( https://devcenter.heroku.com/categories/nodejs-support )
331
+ - [ Getting Started on Heroku with Node.js] ( https://devcenter.heroku.com/articles/getting-started-with-nodejs )
332
+ - [ Deploying Node.js Apps on Heroku] ( https://devcenter.heroku.com/articles/deploying-nodejs )
333
+ - [ Best Practices for Node.js Development | Heroku Dev Center] ( https://devcenter.heroku.com/articles/node-best-practices )
334
+ - [ How to Deploy a Node.js App to Heroku ― Scotch] ( https://scotch.io/tutorials/how-to-deploy-a-node-js-app-to-heroku ) (published in 2014)
335
+
328
336
Create and login to your account on Heroku.
329
337
330
338
** On Heroku Dashboard**
@@ -368,6 +376,7 @@ heroku login
368
376
369
377
Create ` Procfile ` and add this line.
370
378
It will be used for Heroku on how to start the app.
379
+ ` Procfile ` itself is defined by [ ` node-foreman ` ] (https://github.com/strongloop/node-foreman .
371
380
372
381
``` txt
373
382
web: yarn start
You can’t perform that action at this time.
0 commit comments