Very very very confused

So I tried to install several different versions of radiant cms, on
dreamhost, as well as local. I’ll get to the local part in a second.
I followed
this:
http://wiki.dreamhost.com/index.php/Rails

And was chugging along, not being able to really get anything going,
e.g. setting up the .htaccess forms etc. I started Webrick in the
individual directory that I put my rails app in: which was rails.my-
domain.com with the webdirectory being public…

I start webrick and i get this slew of errors.

=> Booting WEBrick…
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2006-07-16 10:51:41] INFO WEBrick 1.3.1
[2006-07-16 10:51:41] INFO ruby 1.8.2 (2005-04-11) [i386-linux]
[2006-07-16 10:51:41] WARN TCPServer Error: Address already in use -
bind(2)
/usr/lib/ruby/1.8/webrick/utils.rb:65:in initialize': Address already in use - bind(2) (Errno::EADDRINUSE) from /usr/lib/ruby/1.8/webrick/utils.rb:65:in new’
from /usr/lib/ruby/1.8/webrick/utils.rb:65:in
create_listeners' from /usr/lib/ruby/1.8/webrick/utils.rb:62:in each’
from /usr/lib/ruby/1.8/webrick/utils.rb:62:in
create_listeners' from /usr/lib/ruby/1.8/webrick/server.rb:75:in listen’
from /usr/lib/ruby/1.8/webrick/server.rb:63:in initialize' from /usr/lib/ruby/1.8/webrick/httpserver.rb:24:in initialize’
from ./script/…/config/…/vendor/rails/railties/lib/
webrick_server.rb:59:in new' from ./script/../config/../vendor/rails/railties/lib/ webrick_server.rb:59:in dispatch’
from ./script/…/config/…/vendor/rails/railties/lib/
commands/servers/webrick.rb:59
from ./script/…/config/…/vendor/rails/activesupport/lib/
active_support/dependencies.rb:147:in require' from ./script/../config/../vendor/rails/activesupport/lib/ active_support/dependencies.rb:147:in require’
from ./script/…/config/…/vendor/rails/railties/lib/
commands/server.rb:30
from script/server:3:in `require’
from script/server:3

And I go to the web directory, and it doesn’t even show the file
hierarchy. I’m pretty new to this stuff, so bear with me, but is it
just rails, is it dreamhost? is it radiant? ARGH!!

let me know if any of you have set up radiant on dreamhost, and if
so, point me in the right direction or show me what i’m doing wrong
cuz i’m at a loss.

Thanks!
Josh A.

On 7/16/06, Josh A. [email protected] wrote:

=> Booting WEBrick…
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2006-07-16 10:51:41] INFO WEBrick 1.3.1
[2006-07-16 10:51:41] INFO ruby 1.8.2 (2005-04-11) [i386-linux]
[2006-07-16 10:51:41] WARN TCPServer Error: Address already in use -
bind(2)

It seems you have another process listening on port 3000. Try to
launch webrick with the -p option. For example: ./script/server -p
3001

Ok…

just tried that…

and I still get the same errors… doh!
/usr/lib/ruby/1.8/yaml.rb:119:in load': parse error on line 6, col 11: password: pass’ (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:119:in load' from ./script/../config/../vendor/rails/railties/lib/ initializer.rb:459:indatabase_configuration’
from ./script/…/config/…/vendor/rails/railties/lib/
initializer.rb:181:in initialize_database' from ./script/../config/../vendor/rails/railties/lib/ initializer.rb:84:inprocess’
from ./script/…/config/…/vendor/rails/railties/lib/
initializer.rb:42:in send' from ./script/../config/../vendor/rails/railties/lib/ initializer.rb:42:inrun’
from ./script/…/config/…/config/environment.rb:15
from ./script/…/config/…/vendor/rails/activesupport/lib/
active_support/dependencies.rb:147:in require' from ./script/../config/../vendor/rails/activesupport/lib/ active_support/dependencies.rb:147:inrequire’
from ./script/…/config/…/vendor/rails/railties/lib/
commands/servers/webrick.rb:52
from ./script/…/config/…/vendor/rails/activesupport/lib/
active_support/dependencies.rb:147:in require' from ./script/../config/../vendor/rails/activesupport/lib/ active_support/dependencies.rb:147:inrequire’
from ./script/…/config/…/vendor/rails/railties/lib/
commands/server.rb:30
from ./script/server:3:in `require’
from ./script/server:3

On 7/16/06, Josh A. [email protected] wrote:

and I still get the same errors… doh!

It’s not the same …

/usr/lib/ruby/1.8/yaml.rb:119:in load': parse error on line 6, col 11: password: pass’ (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:119:in load' from ./script/../config/../vendor/rails/railties/lib/ initializer.rb:459:in database_configuration’
from ./script/…/config/…/vendor/rails/railties/lib/
initializer.rb:181:in `initialize_database’

Did you configure the ./config/database.yml file? Give a look at the
relevant section for database configuration in:
http://dev.radiantcms.org/radiant/wiki/Installation

Also there were several posts on this list on how to install radiant
on dreamhost. Here are the list archives:
http://lists.radiantcms.org/pipermail/radiant/