jexp / jetbrains-heroku-plugin

Heroku Integration for all Jetbrains IDE's
39 stars 13 forks source link

Documentation? #32

Open AnastasiaLS opened 9 years ago

AnastasiaLS commented 9 years ago

I just downloaded your plugin - it seems to have installed just fine, API key went in just fine. However, I cannot seem to figure out how to actually use your plugin in Ruby Mine for deployment. The URL for the download (http://plugins.jetbrains.com/plugin/6659?pr=phpStorm) gives a full documentation link to the Wiki here, but the page is empty. I dug through the folders here on GitHub, and didn't find a README anywhere.

Is there documentation somewhere that provides instructions for use? If so, would it be possible to have them uploaded here? Thanks!

James9074 commented 9 years ago

Did you ever figure this one out?

mary-dean commented 9 years ago

I am in the same boat. No idea how to deploy my app.

jexp commented 9 years ago

Hi sorry,

you have to enable vcs integration for git.

And then there is a connect icon on the left (the socket on the top) which allows you to connect your app to your heroku app.

You can also create new heroku apps for your local application.

You're right I should add some docs and perhaps do a screencast.

AnastasiaLS commented 9 years ago

Yeah, I fiddled around and figured it out. But yes, some documentation - or a walk-through video - would be awesome to add.

mary-dean commented 9 years ago

Yes, that would be very helpful. I finally gave up and pushed to Heroku manually via the terminal. But I will keep trying to do it through Rubymine.

francescobovoli commented 9 years ago

@jexp , I am feeling very stupid, I enabled vcs integration for git (and saved the whole repository on github), but I still can't find the connection icon you mention: "And then there is a connect icon on the left (the socket on the top) which allows you to connect your app to your heroku app."

For the records, by using Help -> Find Action, I searched for heroku and found a "Heroku" entry with a purple icon. Clicking it adds a new panel at the bottom called "Heroku" (after showing me a error popup with no error message in it). The panel is completely empty. Screenshot included for reference.

BTW, happy to include this in the wiki if you help me out :) image

michaelminter commented 9 years ago

And then there is a connect icon on the left (the socket on the top) which allows you to connect your app to your heroku app.

Is this step missing in RubyMine 7+?

YodasMyDad commented 9 years ago

I'm guessing this doesn't work anymore then?

James9074 commented 9 years ago

Yeah I never was able to get it to work...

On Tue, Jun 23, 2015, 10:05 AM Lee notifications@github.com wrote:

I'm guessing this doesn't work anymore then?

— Reply to this email directly or view it on GitHub https://github.com/jexp/jetbrains-heroku-plugin/issues/32#issuecomment-114517427 .

Beengie commented 8 years ago

I struggled, but found it Preferences> Build, Execution, Deployment > Clouds Then Heroku was automatically in there ready to configure.

Hope that helps