GarzProject / ah

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku Exploit Root Access

A Heroku install of Ubuntu 20.04 (LTS).

Do an automated deploy to Heroku:

Deploy

Run Locally

Install Docker.

Build and run the container with Docker.

Deploy to Heroku

Install the Heroku CLI.

Create a Heroku app:

heroku create

Note the Heroku app name, and add the Heroku Git repository as a remote to this Git repository:

heroku git:remote -a [heroku-app-name]

Set the app's stack to container:

heroku stack:set container -a [heroku-app-name]

Deploy the app:

git push heroku master

About

License:MIT License


Languages

Language:PHP 99.0%Language:Dockerfile 0.9%Language:Shell 0.2%