ForestJay / VoteSquared

Repository for Vote Squared platform's code base.
MIT License
4 stars 0 forks source link

VoteSquared

The rails repository for Vote Squared's platform ( VoteSquared.org ).

Requirements

Platforms:

Database:

App Server:

Installation Steps

  1. Clone the repository
  2. Run update.sh to install the required gems
  3. You will need devise.rb in config/initializers . To create it, comment out devise code and run 'rails generate devise:install'. Restore devise code to prevent crashes.
  4. Create /congig/initializers/admins.yml . Add the ids for your admins to this file.
  5. Create /congig/initializers/secrets.yml and place your SMTP settings for the environment configurations.

License & Authors


Copyright 2014, Vote Squared

Licensed under the MIT License;
You may not use this file except in compliance with the License.