This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.autotest | Tue May 06 22:55:08 -0700 2008 | [fuzzylizard] |
| |
.gitignore | Sat May 31 22:14:13 -0700 2008 | [fuzzylizard] |
| |
MIT-LICENSE | Sat May 03 22:04:57 -0700 2008 | [Chris Johnston] |
| |
README | Mon Jun 02 23:02:48 -0700 2008 | [fuzzylizard] |
| |
Rakefile | Sat May 03 22:04:57 -0700 2008 | [Chris Johnston] |
| |
app/ | Sat Jul 19 21:57:04 -0700 2008 | [fuzzylizard] |
| |
config/ | Mon Jun 02 23:02:48 -0700 2008 | [fuzzylizard] |
| |
db/ | Sat Jul 19 21:57:04 -0700 2008 | [fuzzylizard] |
| |
doc/ | Sat May 03 22:04:57 -0700 2008 | [Chris Johnston] |
| |
lib/ | Sat May 03 23:31:07 -0700 2008 | [Chris Johnston] |
| |
log/ | Sat May 03 22:04:57 -0700 2008 | [Chris Johnston] |
| |
public/ | Sat Jul 19 21:57:04 -0700 2008 | [fuzzylizard] |
| |
script/ | Sat May 03 22:04:57 -0700 2008 | [Chris Johnston] |
| |
test/ | Mon Jun 02 23:02:48 -0700 2008 | [fuzzylizard] |
| |
tmp/ | Sat May 03 22:04:57 -0700 2008 | [Chris Johnston] |
| |
vendor/ | Mon Jun 02 23:02:48 -0700 2008 | [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/




