public
Description: Photo gallery application that allows a photographer's clients to select and order prints
Homepage: http://www.fuzzylizard.com/studio_gallery
Clone URL: git://github.com/fuzzylizard/studio_gallery.git
Search Repo:
name age message
folder .autotest Tue May 06 22:55:08 -0700 2008 added models to match domain model, added facto... [fuzzylizard]
folder .gitignore Sat May 31 22:14:13 -0700 2008 added ability to upload an avatar when creating... [fuzzylizard]
folder MIT-LICENSE Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
folder README Mon Jun 02 23:02:48 -0700 2008 adding Calendar_date_select plugin and added ev... [fuzzylizard]
folder Rakefile Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
folder app/ Sat Jul 19 21:57:04 -0700 2008 Minor tweaks to UI [fuzzylizard]
folder config/ Mon Jun 02 23:02:48 -0700 2008 adding Calendar_date_select plugin and added ev... [fuzzylizard]
folder db/ Sat Jul 19 21:57:04 -0700 2008 Minor tweaks to UI [fuzzylizard]
folder doc/ Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
folder lib/ Sat May 03 23:31:07 -0700 2008 adding paperclip, restful_authentication, and s... [Chris Johnston]
folder log/ Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
folder public/ Sat Jul 19 21:57:04 -0700 2008 Minor tweaks to UI [fuzzylizard]
folder script/ Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
folder test/ Mon Jun 02 23:02:48 -0700 2008 adding Calendar_date_select plugin and added ev... [fuzzylizard]
folder tmp/ Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
folder vendor/ Mon Jun 02 23:02:48 -0700 2008 adding Calendar_date_select plugin and added ev... [fuzzylizard]
README
=== Studio Gallery ===

Studio Gallery is a Ruby on Rails application that allows photographers to create 
online photo galleries for clients. Clients can then look through the proofs, 
select and rate the photos they would like to order along with the size, and then 
place an order.


== Requirements

 - ImageMagick
 - MySQL 5.0x


== Installation

Right now, the project is not really in any form to be installed. However, if you want to play with it. Download the
code from the Github url into a directory on your computer. Make sure you have MySQL 5.0x installed and running.

1. Create the database.yml from the database.yml.example file and fill in your db info
2. Run rake rb:reset to setup the database
3. Run script/server to start the server
4. Navigate to http://localhost:3000 and login

There are two accounts created, an admin and a client account as follows (username:password):
Administration account: admin:admin
Client account:         client:client

Original, I know ;-)


== Plugins

Restful_Authentication  - ???         - http://github.com/technoweenie/restful-authentication/tree/master
Paperclip               - MIT License - http://www.thoughtbot.com/projects/paperclip
Shoulda                 - MIT License - http://www.thoughtbot.com/projects/shoulda
Calendar Date Select    - MIT License - http://code.google.com/p/calendardateselect/