hmm.. open a terminal and go to your app directory then type
heroku console
That will open up the ruby console for your application. In the console
type
User.find_by_email('[email protected]').update_attribute :role_id, 1
to set the user with [email protected] an administrator.
On Wed, Sep 15, 2010 at 12:08 AM, Fletch <[email protected]> wrote:
> Thank you Bruno and Jim. I guess I need to ask for a little more low-
> level kind of instruction- the problem is not that I'm a command line
> newbie, I'm a command line, uh, old-bie. I only know telnet and unix
> stuff from a decade ago. I have no idea how to access the Heroku
> command line. Another guy I talked to told me the same thing about the
> rake task ("just do 'heroku rake community_engine etc etc' at the
> prompt'), and when I asked him "what prompt, where do I type it, what
> client or application do I use, is there browser access or do I use a
> terminal", he looked at me like I'm an idiot. And I read everything on
> Heroku's Docs and even they assume you know how to access the command
> line.
>
> So, I know SSH does not apply to Heroku and its cloud-based service,
> so does that mean you don't use a terminal? If I do, how do I "log in"
> to Heroku to access my app and execute command line instructions? (I
> mean I know how to log in to the Heroku website, but I'm sure that
> isn't the same thing.)
>
> For what it's worth I am fully aware I have no business doing anything
> with Ruby, Rails, Heroku, Community Engine, or anything cloud-based.
> Problem is, there's no one else to learn how to do it.
>
> --
> You received this message because you are subscribed to the Google Groups
> "CommunityEngine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<communityengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/communityengine?hl=en.
>
>
--
-------------------------------------------------------------
visit my blog at http://jimlabs.heroku.com
--
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en.