GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: an amazon s3 clone and bittorrent service (in ruby)
Homepage: http://code.whytheluckystiff.net/parkplace/
Clone URL: git://github.com/why/parkplace.git
name age message
file COPYING Wed May 03 08:28:26 -0700 2006 * Rakefile: build gems, install, uninstall, docs. [why]
file README Wed Apr 19 11:59:15 -0700 2006 * README: basic instructions. [why]
file Rakefile Wed May 03 18:56:43 -0700 2006 * Rakefile: whoooops, the gem was missing the ... [why]
directory bin/ Tue Feb 19 13:23:02 -0800 2008 setup gem dependencies so that parkplace works ... [technoweenie]
directory lib/ Mon Sep 08 19:15:07 -0700 2008 * lib/parkplace/s3.rb: Change how content-md5 ... [stopdropandrew]
file setup.rb Fri Apr 07 19:46:09 -0700 2006 * setup.rb: the famous! [why]
directory static/ Mon Oct 09 19:50:33 -0700 2006 * bin/parkplace: fix the default admin warning. [why]
README

  Park Place                                               an Amazon-S3 clone
  ---------------------------------------------------------------------------

  Okay, so, you've checked out from Subversion and you want to get this suckr
  up and everything.

  First, a checklist:

    1. Do you have Camping and Mongrel installed?

         gem install camping mongrel --include-dependencies

    2. I would also recommend the `sendfile' gem if you're on non-Windows.

         gem install sendfile

    3. Do you have SQLite3 installed?  (If you don't want to mess with the
       database driver.)

         Follow these instructions EXACTLY AS WRITTEN:
         http://code.whytheluckystiff.net/camping/wiki/BeAlertWhenOnSqlite3

  Okay, time to turn it on:

    bin/parkplace

  Once you're sold, you can go ahead and install it for reals:

    sudo ruby setup.rb
    parkplace

  ---------------------------------------------------------------------------
         for more, visit: http://code.whytheluckystiff.net/parkplace