Heroku tutorials, definitions and useful commands
I followed the PHP and Python Heroku tutorials from their official website. While doing so, I saved some notes that might help you in installing the required software for using Heroku locally on your machine. These notes might assist you if you find yourself blocked while following one of the two tutorials because of an error message for example. Let's get started! NOTE: the following notes make use of PHP 7.2.7, Python 3.6.4, Composer 1.6.5, and Heroku CLI 7.7.7 Contents 1. Notes for Tutorial 1: Getting Started on Heroku with PHP 1.1 Prerequisites 1.2 Install Composer (Linux/Unix/macOS) 1.3 Install PHP dependencies locally 2. Notes for Tutorial 2: Getting Started on Heroku with Python 2.1 Prerequisites 2.2 Install Python dependencies locally 2.3 Postgres issue 1: No manual entry for psql [mac...