Skip to main content

Posts

Showing posts from July 29, 2021

Heroku Deploy Guides

Heroku Deploy Guides & Cheatsheet Compilation Heroku Deploy Guides & Cheatsheet Compilation Heroku lets you deploy, run and manage applications written in Ruby, Node.js, Java, Python, Clojure, Scala, Go and PHP. An application is a… Heroku Deploy Guides & Cheatsheet Compilation Heroku lets you deploy, run and manage applications written in Ruby, Node.js, Java, Python, Clojure, Scala, Go and PHP. An application is a collection of source code written in one of these languages, perhaps a framework, and some dependency description that instructs a build system as to which additional dependencies are needed in order to build and run the application. This is a quick tutorial explaining how to get a static website hosted on Heroku. Heroku hosts apps on the internet, not static websites. To get it to run your static portfolio, personal blog, etc., you need to trick Heroku into thinking your website is a PHP app. Basic Assumptions You want to deploy some straight-up HTML, C