Call4paperz
Call4paperz website
#call4paperz.com
call4paperz.com is a website for talk proposals, either to your own conference or lightning talks. Users can post talk proposals and they can be voted and commented by the users.
#Environment Configuration
You must set the following environment variables for the system to fully work:
S3_ACCESS_KEY
S3_SECRET_KEY
TWITTER_ACCESS
TWITTER_SECRET
FACEBOOK_ACCESS
FACEBOOK_KEY
SECRET_KEY
DEVISE_PEPPER
#Bootstrapping with Foreman
Install foreman:
$ gem install foreman
Then create file $RAILS_ROOT/.env file with the following content:
SECRET_KEY=2d48c32f2ecdc0507efb3ce66fea2196a585a0a652d93e537135944baa8
TWITTER_ACCESS=<your twitter access key>
TWITTER_SECRET=<your twitter secret key>
FACEBOOK_ACCESS=<your facebook access key>
FACEBOOK_KEY=<your facebook api key>
Then config database
cp config/database.yml.sample config/database.yml
bundle exec rake db:migrate
Then start the server with the following command:
$ foreman start -f Procfile.development
That's it! Just go to http://localhost:3000.
#Links
#Contributions
To contribute to call4paperz, submit a pull request (preferably in a feature branch), with tests if possible. When your pull request is approved, you can request commit access to the repository, just bug vinibaggio.
#Maintainer
Maintenance is done by vinibaggio.
#Original authors
- Anderson Leite (no longer active)
- Douglas Campos (no longer active)
- Vinicius Baggio Fuentes, vinibaggio
#Contributors
#License
call4paperz uses the MIT license. Please check the LICENSE file for more details.