berkmancenter / LittleVoice
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
unknown (author)
Tue Oct 20 11:49:41 -0700 2009
commit 73ba8239a59ba8860afa5eef519af42abfd161dd
tree 7ab651016e6b359576391a8363df5cc828fe334a
parent eeee60f14f1076568a2e33e9636b7dcfcbe8ab02
tree 7ab651016e6b359576391a8363df5cc828fe334a
parent eeee60f14f1076568a2e33e9636b7dcfcbe8ab02
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Oct 09 12:03:30 -0700 2009 | |
| |
LICENSE | Wed Sep 23 10:19:03 -0700 2009 | |
| |
README | Tue Oct 20 11:49:41 -0700 2009 | |
| |
Rakefile | Wed Sep 02 07:40:08 -0700 2009 | |
| |
app/ | Fri Oct 16 10:10:56 -0700 2009 | |
| |
config/ | Wed Sep 23 10:19:03 -0700 2009 | |
| |
db/ | Wed Sep 16 12:16:46 -0700 2009 | |
| |
lib/ | Fri Sep 18 07:29:47 -0700 2009 | |
| |
public/ | Wed Sep 23 10:37:09 -0700 2009 | |
| |
script/ | Wed Sep 02 07:40:08 -0700 2009 | |
| |
test/ | Tue Sep 08 12:52:13 -0700 2009 | |
| |
vendor/ | Fri Oct 09 12:02:55 -0700 2009 |
README
GETTING STARTED ------------------------------ Ensure that all required gems are present (ferret, addressable, RedCloth, json, mislav-will_paginate, ruby-recaptcha, ruby-openid): >> rake gems:install Edit your config/database.yml file to specify an existing, empty database. Then run the following command in your console to set up the database and initial settings: >> rake lv:install You will be prompted to enter credentials for an initial administrator account. LittleVoice requires recaptcha public and private keys. To add the keys or update the site configurations like Site Name, URL etc., perform the following steps: 1. Login using the "admin" login 2. Go to Admin Dashboard > Settings 3. Edit existing or add new keys under the 'RECAPTCHA' heading
