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
fuzzylizard (author)
Sat Jul 19 21:57:04 -0700 2008
commit  e3dea22c697ced84a05c292fc20c8dd05c6db821
tree    e59917e28b2bcfb4272d46581898c6ee74e6717b
parent  448e1e94e268bfd188643dabe7fcc6c8279effc6
name age message
file .autotest Tue May 06 22:55:08 -0700 2008 added models to match domain model, added facto... [fuzzylizard]
file .gitignore Sat May 31 22:14:13 -0700 2008 added ability to upload an avatar when creating... [fuzzylizard]
file MIT-LICENSE Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
file README Mon Jun 02 23:02:48 -0700 2008 adding Calendar_date_select plugin and added ev... [fuzzylizard]
file Rakefile Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
directory app/ Sat Jul 19 21:57:04 -0700 2008 Minor tweaks to UI [fuzzylizard]
directory config/ Mon Jun 02 23:02:48 -0700 2008 adding Calendar_date_select plugin and added ev... [fuzzylizard]
directory db/ Sat Jul 19 21:57:04 -0700 2008 Minor tweaks to UI [fuzzylizard]
directory doc/ Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
directory lib/ Sat May 03 23:31:07 -0700 2008 adding paperclip, restful_authentication, and s... [Chris Johnston]
directory log/ Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
directory public/ Sat Jul 19 21:57:04 -0700 2008 Minor tweaks to UI [fuzzylizard]
directory script/ Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
directory test/ Mon Jun 02 23:02:48 -0700 2008 adding Calendar_date_select plugin and added ev... [fuzzylizard]
directory tmp/ Sat May 03 22:04:57 -0700 2008 adding initial rails app to repository [Chris Johnston]
directory 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/