Questions tagged [heroku]

Heroku is a cloud platform for Ruby, Node.js, Python, Go, PHP, and JVM-based applications. It features Git-based, GitHub, and API deployment strategies, and a large number of services offered as add-ons.

Heroku is a cloud platform for Ruby, Node.js, Python, Go, PHP, and JVM-based applications. It features Git-based, GitHub, and API deployment strategies, and a large number of services offered as add-ons.

Heroku is a snap package (heroku) in all supported versions of Ubuntu, which is the recommended way of installing Heroku CLI in Ubuntu at Heroku Dev Center.

22 questions
19
votes
3 answers

How to download and install Heroku?

I downloaded Heroku from Heroku toolbelt using wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh in the terminal, which they recommended on their site. My Ubuntu (14.04.1) didn't recognize the -q0-, so I took it out. It then seemed to…
JohnB42
  • 191
9
votes
5 answers

Why I cannot create pipenv shell in ubuntu 20.04 LTS with python3.8?

I am getting following error while creating executing pipenv shell command: ⠋/usr/bin/python3: No module named pipenv.pew Virtualenv location: Creating a Pipfile for this project… Traceback (most recent call last): File "/usr/bin/pipenv", line…
4
votes
3 answers

Apt update return and error NO_PUBKEY related to Heroku CLI

When doing an apt update i get the following warnings: sudo apt update Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease …
Ahmed
  • 428
3
votes
1 answer

Fetching error when installing Heroku

I tried to install Heroku in Ubuntu using this script wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh and I get this error while installing heroku-toolbelt package Failed to fetch http://toolbelt.heroku.com/ubuntu/./foreman-0.60.0.deb …
2
votes
3 answers

Heroku Toolbelt install - header over 360 characters

I am trying to install the heroku toolbelt on my Ubuntu 12.04. I am getting the following errors when I run the script from the heroku website: $ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh W: Failed to fetch…
Peddler
  • 123
2
votes
2 answers

How do I uninstall Heroku?

I installed Heroku using wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh Please tell me how to uninstall Heroku.
1
vote
1 answer

dpkg error while installing heroku on ubuntu 14.04

I am trying to install heroku toolbelt on mu ubuntu 14.04 I tried so many things including an answer from here itself. It was to run the following command wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh Yet I am still getting the…
1
vote
1 answer

Heroku Error when Installing

I'm trying to download Heroku for the first time onto my Ubuntu 16.04 and I'm following the Heroku website's instructions exactly by the following: sudo add-apt-repository "deb https://cli-assets.heroku.com/branches/stable/apt ./" curl -L…
1
vote
1 answer

How can I see only the database I have access to in pgAdmin 4?

I created a free postgres database on Heroku, when connecting it to my pgAdmin4 the connection is done normally, however, thousands of databases appear along with mine. All the databases that appear I don't have access, only 1 that I have access…
1
vote
1 answer

snap "heroku" is already installed, see 'snap help refresh'

I execute the following commands to install heroku: sudo apt install snapd sudo snap install --classic heroku This error occurs: snap "heroku" is already installed, see 'snap help refresh' I'm trying to fix it this way: //.bash-profile [[ -s…
1
vote
0 answers

heroku container:login permission denied error troubleshooting question

TLDR: if you have this error go here How can I use docker without sudo? and once you have completed these steps restart your computer. I am trying to push a project up to heroku. I've recently installed both docker and heroku. I've potentially made…
1
vote
0 answers

Getting password authentication failed upon connecting to postgres db from pgadmin 3

I have an app deployed on Heroku that has a postgresql db added as an add-on, upon connecting to it from pgadmin3 for the first time it is getting connected but then afterwards on subsequent connections most of the times it is showing an error…
1
vote
1 answer

Problems updating

I am quite new to Ubuntu, starting on 17.10 and am now on 18.04. On my laptop I have 16.04 which updates perfectly, but on my desktop under 18.04 nothing seems to update automatically. main error is "Failed to download repository information"…
Maxence
  • 305
  • 1
  • 2
  • 12
0
votes
1 answer

Installation of Heroku returns errors with json

Like the title says, I've been trying to install Heroku. However, as soon as I run any heroku commands I get this in return: /usr/local/heroku/vendor/gems/json-1.7.7/lib/json/common.rb:67:in `initialize': no implicit conversion of nil into Hash…
Andrew
  • 105
0
votes
1 answer

How do I make Heroku recongise Procfile on the app/website?

Okay after many issues with Heroku, I have narrowed it down to it not reconsigning my Procfile, when I go onto my account and run bash then ls this comes up: I'm running lastest Groovy Gorilla and Python 3.9. directory index.php Me …
SeemsToBeStuck
  • 155
  • 2
  • 9
  • 17
1
2