stopdropandrew / parkplace forked from mattjamieson/parkplace
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
stopdropandrew (author)
Wed Sep 10 17:11:12 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
COPYING | Wed May 03 08:28:26 -0700 2006 | |
| |
README | Wed Apr 19 11:59:15 -0700 2006 | |
| |
Rakefile | Wed May 03 18:56:43 -0700 2006 | |
| |
bin/ | ||
| |
lib/ | ||
| |
setup.rb | Fri Apr 07 19:46:09 -0700 2006 | |
| |
static/ | Mon Oct 09 19:50:33 -0700 2006 |
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

