We Provide progressive business solutions

Researchg

Web Content Management Systems
A universal interface to connect to and manage any content management system.

solutions

Consolidating Control Panel Interfaces
Designing one interface to connect through the APIs of disparate content management systems

Results

Extending Core Applications
Every CMS has it's own way of doing things. A place to organize the different ways to do things in different types of content management systems.

Navigation

Login
  1. Ruby 1.9.2 and Rails 3.0.1
  2. Spree, Rails, and Ubuntu
  3. rails new boutique-shop
  4. gedit Gemfile
  5. gem 'spree', :git => 'git://github.com/railsdog/spree.git'
  6. bundle install
  7. rails g spree:site
  8. rake spree:install
  9. rake spree_sample:install
  10. rake db:bootstrap
  11. rails s