Hi - First of all thank you for your Insoshi development!
I am trying to get it Insoshi running on Ubuntu 8.04 / Apache 2.2 / Thin 0.82 / MySQL 5.0 After going through all the git instructions, installing all the gems, and doing the rake spec with zero errors, I get the Insoshi's 500 error instead of the homepage from the insoshi/public/500.html when I go directly to the domain name (with or without www.) Apache is up since other domains hosted there give me index.html's from their proper folders. thin config is as follows: cat /etc/thin/DOMAINNAME.yml --- pid: tmp/pids/thin.pid log: log/thin.log timeout: 30 port: 5000 max_conns: 1024 chdir: /var/www/DOMAINNAME.com/rails/insoshi max_persistent_conns: 512 environment: production address: 0.0.0.0 daemonize: true servers: 3 What could be wrong? the site as you can see is in /var/www/ DOMAINNAME.com.com/rails/insoshi Was I supposed to change permissions to something via CHMOD? I know that when I ran rake and all the other commands, I had to do SUDO in front of each command in order for pretty much every one of your install steps to work properly. Please let me know (or let me know if you need more information) ! I am a fan of yours ever since your railspace teaching video... Victor --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
