Skip to content

samiam/blissrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A static website for Bliss Run Mindfulness Community in Columbus, OH.

New:  November 2013

Basics to get working on old rails 2

rvm rubygems latest-1.8

bundle install

Update config/environment.rb RAILS_GEM_VERSION = '2.3.10'

----

Development:

Application was written in Rails.  Sinatra would have been fine, but
the hosting company didn't support Rack, everything is fcgi and it was
a pain to get Sinatra working in that environment.  Frankly, rails
wasn't much better with the hosting company.

Application setup:

Install rails on system

Freeze it:
  rake rails:freeze:edge RELEASE=2.3.5

Update it:
  rake rails:unfreeze
  rake rails:freeze:edge RELEASE=2.3.8
  Update config/environment.rb RAILS_GEM_VERSION = '2.3.10'

Install necessary plugins:
  script/plugin -v install git://github.com/nex3/haml.git  -r tags/3.0.18
  script/plugin install git://github.com/ambethia/recaptcha.git

Hosting setup:

Add symlink from public_html to rails/public directory:

~/public_html/blissrun -> ../etc/rails_apps/blissrun/public/

Files below MUST be added to the public directory.  Content is in
support database or see github:

644 .htaccess
755 dispatch.cgi
755 dispatch.fcgi
755 dispatch.rb

At this point you should be able to visit web site and see the Rails
environment file.

beta.blissrun.org is a sub-domain for testing.  Usually off.

Install git on hosting as they don't have it.

About

Bliss Run Mindfulness Community Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors