Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 418 Bytes

README.rdoc

File metadata and controls

22 lines (13 loc) · 418 Bytes

Uploadify 3.1 + Carrierwave + Rails 3.2.3

A small application that demonstrates the work of these programs together.

Getting Started

  1. Clone git:

    git clone [email protected]:n0ne/Uploadify-Carrierwave-Rails-3.2.3.git
  2. Change folder:

    cd Uploadify-Carrierwave-Rails-3.2.3
  3. Make database:

    rake db:migrate
    
  4. Start server

    rails s
    
  5. Open browser:

    http://localhost:3000/