Heroku uses a Unix-style process model for web, worker and all other types of commands.| devcenter.heroku.com
A Procfile is a list of process types in an app. Each process type declares a command that is executed when a dyno of that process type is started.| devcenter.heroku.com
Scheduler is a free Heroku add-on for running jobs on your app at scheduled time intervals, much like cron in a traditional server.| devcenter.heroku.com
:droplet: Your very own PaaS Create Droplet Create new droplet with Ubuntu 16.04. Be sure to use an SSH key. Install Dokku And visit your server’s...| ankane.org