Hi Steven, Rails: 2.2.2 Ruby 1.8.7
I've successfully started the app via ./script/server - however, accessing mydomain:3000 means that all the paths for stylesheets and images are incorrect .. I should be able to track down the config file for that though I'd imagine. The output from 'rake mig a=no' is: [email protected] [~/public_html/lovdbyless]# rake mig a=no (in /home/lolitate/public_html/lovdbyless) rake db:migrate RAILS_ENV="development" (in /home/lolitate/public_html/lovdbyless) Loaded suite /usr/local/bin/rake Started Finished in 0.000195 seconds. 0 tests, 0 assertions, 0 failures, 0 errors rake db:test:clone (in /home/lolitate/public_html/lovdbyless) Loaded suite /usr/local/bin/rake Started Finished in 0.000221 seconds. 0 tests, 0 assertions, 0 failures, 0 errors NOT RUNNING: rake annotate_models [email protected] [~/public_html/lovdbyless]# I'm still unable to start it via cpanel. Many thanks, Jon On Aug 5, 1:29 pm, Steven Bristol <[email protected]> wrote: > On Tue, Aug 4, 2009 at 2:32 PM, Jon<[email protected]> wrote: > > > Hi, > > > I'm currently having problems trying to get Lovd By Less running on a > > shared RailsPlayground server. I've been following the instructions > > at the following > > page:http://blog.arvixe.com/how-to-install-lovdbyless-in-a-cpanel-account/... > > > The rake lovdbyless:getting_started successfully created the tables > > within the DBs defined in the config\database.yml > > > So presumably this means that all of the relevant gems are installed > > correctly and I've been informed by the RailsPlayground folks that > > Thinking Sphinx is up and running - (although potentially just on the > > production environment) > > > I've uploaded the rake test --trace output as it was a tad large to > > post inline: > >http://groups.google.com/group/lovdbyless/web/rake%20test.txt > > > Can anyone offer any advice as to what might be wrong? I've been > > trawling the web for a few hours for a solution and there seems to be > > very little in the way of relevant posts. I'll continue to crawl > > through the posts in this forum too. > > > Cheers, > > > Jon > > What version of Rails, Ruby? Try to start the app in script console > and script server and see if any errors are reported there. Also, try > to rake mig to make sure there are no stray migrations. > > cheers, > steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
