Hi Matt, first of all don't give your login/password to anybody, however nice and helpful they pretend. lovd is programmed in Ruby (on Rails), that means just uploading the code is not enough. Let me guess, you've got apache2 as your http server, right? You got two options:
- start lovd from command line: go to the directory of lovd and type "ruby script/server". This will start the server in development mode on port 3000. Now you can refresh your page and see if everything is alright ( http://www.hollerit.com:3000/). Have you migrated the database, set the environment etc.? - deploy with passenger. Similar to php deployment (after installation of phusion passenger you can just "upload" the code, do little configuration and it will work => checkout Ryan Bates railscasts.com on the topic). If you already done these thing and i doesn't work, check the configuration files of you http sever. You will have to learn Ruby and Rails. It's not a pain, checkout the free resources like guides.rubyonrails.com etc. What server environment do you have? [dedicated, virtual, shared] Cheers, Chris --~--~---------~--~----~------------~-------~--~----~ 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? -~----------~----~----~----~------~----~------~--~---
