View Single Post
Old 01-20-2013, 12:09 AM   PM User | #2
APane
New to the CF scene

 
Join Date: Dec 2012
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
APane is an unknown quantity at this point
Hey guys,

I've done some further research on the subject and thought I would share my findings with the forum.

Here are useful notes that I've taken from various sources on how to host/deploy your RoR applicationL

Hosting/Deploying RoR app

1. http://heroku.com *rails application hosting*

2. Install software on server *installation guides http://rubyonrails.org/download* *use google if needed*
- Ruby
-RubyGems
-Rails
-SQLite or Mysql
- mysql gem
connecting to remote server: in command line type ssh someuser@someserver.com

3. Webservers - Apache, Nginx, Lighttpd, -- Passenger/ Mod_rails, Mongrel, Thin, Unicorn.
-Recommended Apache + Passenger .

4. Deployment tools.
- FTP software, Transmit (for Mac)
or ExpanDrive (works for both Mac and Windows)

- Source Code Manager
-Git http://hit-scm.com and GitHub http://github.com
- Deploy Scripting, Capistrano - http://capify.com


Hope that helps a bit.
APane is offline   Reply With Quote