> 1. Can't find anything called redcloth which the readme calls out as a
> requirement
`sudo gem install RedCloth`
> 2. There is no config/database.yml, only the CruiseControl version
Just copy the CruiseControl version and edit to suit.
> 3.RAILS_ENV=production rake migrate gives
Try `RAILS_ENV=production rake db:migrate`. Documentation is a bit
outdated there.
> I tinkered with Rails about a year ago but have forgotten most of what
> I knew, so I'm pretty much stuck at this point. Is eXPlainPMT ready
> for non-Ruby experts to install, or should I stick with XPlanner?
It may not be quite there, but we'd certainly like to get it there. If
you get stuck on anything else, definitely post questions here. We'll
do our best to help you out. Documentation patches welcome!
--
Regards,
John Wilger
On Oct 17, 2008, at 3:06 PM, Rod wrote:`sudo gem install RedCloth`
1. Can't find anything called redcloth which the readme calls out as a
requirement
Just copy the CruiseControl version and edit to suit.
2. There is no config/database.yml, only the CruiseControl version
Try `RAILS_ENV=production rake db:migrate`. Documentation is a bit outdated there.
3.RAILS_ENV=production rake migrate gives
> OK, proper case helps. I do get the following with this, but it
> doesn't seem to hurt anything (this is Ubuntu Dapper, Ruby 1.8.4):
>
> $ sudo gem install RedCloth
> Building native extensions. This could take a while...
> ERROR: Error installing RedCloth:
> ERROR: Failed to build gem native extension.
>
> /usr/bin/ruby1.8 extconf.rb install RedCloth
> extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
> from extconf.rb:1
>
> Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/
> RedCloth-4.0.4 for inspection.
> Results logged to /usr/lib/ruby/gems/1.8/gems/RedCloth-4.0.4/ext/
> redcloth_scan/gem_make.out
Not sure what the answer is there. You might try asking on the Ruby
mailing list, since this sounds like an issue with your Ruby
installation.
--
Regards,
John Wilger