luca-node.cluster-ig3.igpolytech.fr
Open in
urlscan Pro
162.38.111.207
Public Scan
Submitted URL: http://luca-node.cluster-ig3.igpolytech.fr/
Effective URL: https://luca-node.cluster-ig3.igpolytech.fr/
Submission: On February 09 via api from US — Scanned from US
Effective URL: https://luca-node.cluster-ig3.igpolytech.fr/
Submission: On February 09 via api from US — Scanned from US
Form analysis
0 forms found in the DOMText Content
* Home * How Heroku Works * Getting Started Guides * Getting Started on Heroku with Ruby * Getting Started on Heroku with Node.js * Getting Started on Heroku with PHP * Getting Started on Heroku with Python * Getting Started on Heroku with Java * Getting Started on Heroku with Go * Getting Started on Heroku with Clojure * Getting Started on Heroku with Scala * * Getting Started on Heroku with Heroku Connect * Getting Started on Heroku with Ruby (Microsoft Windows) * Heroku Dev Center GETTING STARTED ON HEROKU WITH NODE.JS This is a sample Node application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform. Getting Started on Heroku with Node.js Source on GitHub To deploy your own copy, and learn the fundamentals of the Heroku platform, head over to the Getting Started on Heroku with Node.js tutorial. -------------------------------------------------------------------------------- HOW THIS SAMPLE APP WORKS * This app was deployed to Heroku, either using Git or by using Heroku Button on the repository. * When Heroku received the source code, it fetched all the dependencies in the package.json, creating a deployable slug. * The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed. * You can scale your app, manage it, and deploy over 150 add-on services, from the Dashboard or CLI. NEXT STEPS * If you are following the Getting Started guide, then please head back to the tutorial and follow the next steps! * If you deployed this app by deploying the Heroku Button, then in a command line shell, run: * git clone https://github.com/heroku/node-js-getting-started.git - this will create a local copy of the source code for the app * cd node-js-getting-started - change directory into the local source code repository * heroku git:remote -a <your-app-name> - associate the Heroku app with the repository * You'll now be set up to run the app locally, or deploy changes to Heroku HELPFUL LINKS * Heroku * Heroku Dev Center * Getting Started on Heroku with Node.js * Deploying Node Apps on Heroku Please do work through the Getting Started guide, even if you do know how to build such an application. The guide covers the basics of working with Heroku, and will familiarize you with all the concepts you need in order to build and deploy your own apps.