Questions tagged [heroku-toolbelt]

Heroku command-line tooling for working with the Heroku platform, on MacOS, Windows and Debian/Ubuntu.

The Heroku Command Line Interface (CLI), formerly known as the Heroku Toolbelt, is a tool for creating and managing Heroku apps from the command line / shell of various operating systems.

520 questions
-1
votes
1 answer

Application error while deploying on heroku

I'm following django for beginners by william vincent and i followed every step carefully and in the end while deploying my pages app on heroku, i see this application error. Please guide me, I'm a beginner in programming. here in the image you can…
-1
votes
1 answer

My flask web app on heroku could not go live, even though I did all that is needed, and I show on the log build successful

THIS IS THE LOGS I GOT. My flask app does not go live on heroku for some reason. app[web.1]: [2020-12-13 07:39:11 +0000] [4] [INFO] Shutting down: Master 2020-12-13T07:39:11.844914+00:00 app[web.1]: [2020-12-13 07:39:11 +0000] [4] [INFO] Reason:…
-1
votes
2 answers

Not able to deploy NodeJS App in Heroku

I created a NodeJS app using JetBrain Webstrom and now i would like to deploy it to heroku. This image contains my app directory Should I remove node_modules to deploy the app ? or should i add any "engine" section under package.json ? What should…
Adhik
  • 3
  • 2
-1
votes
1 answer

How to deploy java application to heroku

Does anyone know how to deploy java application (from eclipse) to heroku ? There is no documentation over the internet. Is it ok to deploy 'java web application' ? does it have to be a maven project ? I don't understand ... Are there specific files…
osos9
  • 1
-1
votes
1 answer

Time out error on heroku using puma server

I deployed my rails project on heroku but I am facing timeout error on heroku. I am using puma server on heroku. My project is about scraping web data using URL. I also tried webrick & unicorn server. Can anybody suggest me the solution for this…
-1
votes
1 answer

Can't install heroku toolbelt on Linux Mint Path invalid

Attemping wget -qO- https://toolbelt.heroku.com/install.sh | sh as instructed by this article yields this message. Add the Heroku CLI to your PATH using: $ echo 'PATH="/usr/local/heroku/bin:$PATH"' >> ~/.profile So I type echo…
ahnbizcad
  • 10,491
  • 9
  • 59
  • 85
-1
votes
1 answer

foreman says "unexpected EOF" in one of the SAME node app in 2 different places

i have a sample node.js app in directoryA. Then i did foreman start in that directory and it worked fine. afterwords i copied that app into a new location and tried doing foreman start from there, it didn't work... here is what i did: $ ##########…
Rakib
  • 12,376
  • 16
  • 77
  • 113
-2
votes
1 answer

How to continue editing project with git / heroku?

I'm following this tutorial which initializes a project from scratch, and goes on. But I couldn't find how to continue editing. I mean, I wrote some of the code, uploaded it with git push heroku master, then turn the computer off, and tomorrow I…
jeff
  • 13,055
  • 29
  • 78
  • 136
-3
votes
1 answer

Cannot Access Heroku Dashboard

I am trying to access the Heroku website now and it's not responding. API Unavailable I can't even update my application through CLI. How soon this will be fix?
yesterdaysfoe
  • 768
  • 3
  • 7
  • 23
-3
votes
1 answer

How to deploy a node.js app to heroku?? It is possible or not?

The problem was with git add.I had forgotten to add the node_modules files.I closed the terminal and ran the set of commands given in the Getting started with Heroku and NodeJs[1] again.The application was successfully pushed onto the stack.
1 2 3
34
35