technoweenie / parkplace forked from mattjamieson/parkplace

an amazon s3 clone and bittorrent service (in ruby)

This URL has Read+Write access

parkplace / README
100644 36 lines (20 sloc) 1.031 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
 
  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