It worked for me.  I needed 2 stages because Rails assumes that you
will create a new role for your database.

So the hobo command you supplied will error out with an authentication user.

Then you need to do something like:

sudo su - postgres
psql template1
create role hobotest1 with createdb login password 'test';
\q
edit config/database.yml and change the password as appropriate
rake db:create
rails g hobo:migration

cheers,
Bryan


On Tue, Feb 5, 2013 at 5:58 AM, Alex Greif <[email protected]> wrote:
> Hi
>
> just created a new (2.0.0pre8) project with
>
> hobo new hobotest1 --setup --private-site --add-admin-subsite --locales="en
> de"
> --default-locale=en --migration-generate --git-repo --activation-email
> --test-framework=rspec --update --invite-only --dryml-only-templates -d
> postgresql
>
> the browser shows me the login page, and I have no possibility to create the
> initial admin user.
>
> do I have to split the project setup i two phases? If yes, how?
>
> thanks,
>
> Alex.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/hobousers?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to