Skip to content

Commit

Permalink
* README: basic instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
_why committed Apr 19, 2006
1 parent 1a6a560 commit 672be6c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README
@@ -0,0 +1,35 @@


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

0 comments on commit 672be6c

Please sign in to comment.