I spent a lot of time looking at ways to run rails on Apache a few months ago. Whether or not there is an easier way to to it I think this is the best way to do it.. I am running a fully updated Redhat 5 Rackspace Server
I have done all this before but its been a while so I am just going to do a fresh application and get it runnning some basic code, and then get it live. If you already have a working app you can skip down. I do this all from a bash command line.
First I go to my rails app directory cd /home/jbwhite/rubyprojects mkdir photoalbum rails photoalbum
Now Rails is installed and I have to make a mysql database and configure that. mysql -u root -p
>create database photoalbum_development >grant all on photoalbum_development to rbuser@localhost identified by 'password'
Now I have a database set up. And the next step is to edit my database.yml file vim config/database.yml
Jibwa.com is under construction. Watch out for broken links, missing pages, potholes and bulldozers. We apologize for the temporary inconvenience - Jibwa.com Staff
News and Updates
What to do when a website breaks
Once in a while you go to check out your personal website, or to log into your company web email and you can't. For the average person going about... Read More ...
Find how much ram and processor your computer has
Most people remember buying their computer, and usually there was a point where you had to decide based on price what processor you wanted, and how ... Read More ...
How to see home much storage/disk space you have left
Finding out how much space is left on your computer or how much space you have on your computer total is something very simple, but it can also ... Read More ...
Jibwa and The Future of Computing
The staff and consultants at Jibwa LLC have been tinkering, working with, building, and developing software on compters since long before there was t... Read More ...