After git to download the code and struggling through a local install on CentOS 5 I was finally able to get the app up, create an account and log in. I now have the problem of not being able to create users. When I click the 'Users' button I get an error page in my browser ... "We're sorry, but something went wrong." Below is the output from the shell where I started the server. Any help will be much appreciated.
<<<OUTPUT from shell where 'script/server -e production' was executed>>
I need to see the first error you get in your when accessing the users page after a ./script/server restart as the syntax error in app/controllers/users_controller.rb is hidden on following requests.
OK. I got it now. It complained about RMagick on the first pass. Somehow I missed that during the installation process even though it's in the README. Thanks for pointing me in the right direction.