Hi

I was trying to installed foreman, but up to know it fails ...

(Setup: Redhat Server 5.0 Puppet 0.25 + Passenger, foreman is installed 
on the same server than Puppet )

I did the following steps:


1.) r...@id-lnx-deployment:/opt # git clone 
git://github.com/ohadlevy/foreman.git foreman
    Initialized empty Git repository in /opt/foreman/.git/
    remote: Counting objects: 3578, done.
    remote: Compressing objects: 100% (2690/2690), done.
    remote: Total 3578 (delta 1193), reused 2516 (delta 566)
    Receiving objects: 100% (3578/3578), 3.29 MiB | 1269 KiB/s, done.
    Resolving deltas: 100% (1193/1193), done.

2.) r...@id-lnx-deployment:/opt # cd foreman


3.) r...@id-lnx-deployment:/opt/foreman # git submodule init
    Submodule 'vendor/plugins/active_scaffold' 
(git://github.com/activescaffold/active_scaffold.git) registered for 
path     'vendor/plugins/active_scaffold'
    No submodule mapping found in .gitmodules for path 
'vendor/plugins/ruby-net-ldap'

4.) r...@id-lnx-deployment:/opt/foreman # git submodule update
    Initialized empty Git repository in 
/opt/foreman/vendor/plugins/active_scaffold/.git/
    remote: Counting objects: 8210, done.
    remote: Compressing objects: 100% (2166/2166), done.
    remote: Total 8210 (delta 6070), reused 7746 (delta 5647)
    Receiving objects: 100% (8210/8210), 1016.04 KiB | 614 KiB/s, done.
    Resolving deltas: 100% (6070/6070), done.
    Submodule path 'vendor/plugins/active_scaffold': checked out 
'4dcef6d830b3201711ae5b3d2c193a19a31924fd'
    No submodule mapping found in .gitmodules for path 
'vendor/plugins/ruby-net-ldap'


5.)
    RAILS_ENV=production rake db:migrate


6.) rake puppet:migrate:populate_hosts RAILS_ENV=production


7.) r...@id-lnx-deployment:/opt/foreman # ./script/server -e production
=> Booting Mongrel
=> Rails 2.3.2 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server

When I did these steps it looked for me everything was working, but when 
I finally try to get access to id-lnx-deployment:3000 in my webbrowser I 
can't load the page ;-(


For me it looks like that http://0.0.0.0:3000 is only accessible locally 
but not not from outside?

And if I try on the server "cd /tmp ; wget http://localhost:3000"; I  
will download successfully a *empty* page?

The same empty page I get on my local machine with http://localhost:3000"; 
with an ssh tunnel (ssh -D 3000 r...@id-lnx-deployment) ...

Questions:
1.) Where can I configure that mongrel is accepting connections from 
outside?
2.) Why does foreman provide empty pages?

Thanks for the help!
Philipp


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to