Skip to content

validkeys/taylorinc

Repository files navigation

Taylor Group Website Redesign

Setting up the environment for local development.

OSX

I highly recommend you use the following articles to setup your environment. You end up with a very clean system, and the ability to update your libraries to the latest versions without waiting on mac port compiles etc.

  1. Install MySQL if you don’t have it already. http://hivelogic.com/articles/installing-mysql-on-mac-os-x/
  2. Install the latest version of Ruby, RoR, MySQL, Git, etc. http://hivelogic.com/articles/ruby-rails-leopard

Windoze

  1. Uninstall windows
  2. Install OSx86 (Hackintosh) http://wiki.osx86project.org/wiki/index.php/Main_Page
  3. Or I guess you can use the ruby on click installer. You can find a link to the latest one here: http://rubyonrails.org/download

Running the application.

  1. Use the git clone url / command listed by github for the project.
  2. cd to the app dir you cloned to.
  3. sudo rake gems:install
  4. rake db:create
  5. rake db:migrate
  6. rake db:fixtures:load
  7. rake friendly_id:make_all_slugs
  8. ./script/server
  9. Go to http://localhost:3000 or http://localhost:3000/admin

About

Taylor Group Website Redesign

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published