public
Description:
Homepage:
Clone URL: git://github.com/berkmancenter/LittleVoice.git
name age message
file .gitignore Fri Oct 09 12:03:30 -0700 2009 Adding .gitignore git-svn-id: https://adam.law... [bpalmen]
file LICENSE Wed Sep 23 10:19:03 -0700 2009 git-svn-id: https://adam.law.harvard.edu/svn/li... [bpalmen]
file README Tue Oct 20 11:49:41 -0700 2009 Touching README [unknown]
file Rakefile Wed Sep 02 07:40:08 -0700 2009 git-svn-id: https://adam.law.harvard.edu/svn/li... [bpalmen]
directory app/ Fri Oct 16 10:10:56 -0700 2009 Fixing dashboard bug git-svn-id: https://adam.... [bpalmen]
directory config/ Wed Sep 23 10:19:03 -0700 2009 git-svn-id: https://adam.law.harvard.edu/svn/li... [bpalmen]
directory db/ Wed Sep 16 12:16:46 -0700 2009 Code reformatting; remove site_config, comment ... [bpalmen]
directory lib/ Fri Sep 18 07:29:47 -0700 2009 delete unused state_machine plugin git-svn-id:... [bpalmen]
directory public/ Wed Sep 23 10:37:09 -0700 2009 Update prototype.js for IE8 git-svn-id: https:... [bpalmen]
directory script/ Wed Sep 02 07:40:08 -0700 2009 git-svn-id: https://adam.law.harvard.edu/svn/li... [bpalmen]
directory test/ Tue Sep 08 12:52:13 -0700 2009 Merge from badwarebusters/core git-svn-id: htt... [bpalmen]
directory vendor/ Fri Oct 09 12:02:55 -0700 2009 Rebase from svn git-svn-id: https://adam.law.h... [bpalmen]
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