Call for Papers automation tool for OpenFest
Go to file
Petko Bordjukov a42a201639 Update the bundle to address several CVEs 2016-03-17 11:24:33 +02:00
app Add a rejection notification 2015-11-05 13:09:13 +02:00
bin Merge the changes made by rake rails:update 2015-04-08 23:42:23 +03:00
config Preserve picture uploads on deploy 2015-11-05 13:17:59 +02:00
db Add new volunteer application form 2015-10-21 23:19:53 +03:00
lib Add a link to the volunteer form in the nav 2015-10-21 23:47:42 +03:00
log Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
public Picture uploading 2014-08-31 16:02:56 +03:00
spec User-facing volunteership functionality 2015-09-12 13:48:41 +03:00
vendor/assets Remove the ugly side bar 2015-04-20 15:08:14 +03:00
.gitignore Rename SpeakerProfile to PersonalProfile 2015-05-30 18:24:12 +03:00
.gitmodules Remove the OpenFest engine 2015-08-15 06:31:07 +03:00
.rspec Use the documentation format for RSpec output 2014-08-10 21:05:34 +03:00
.travis.yml Optimise the Travis build matrix 2015-07-19 16:23:37 +03:00
Capfile Get rid of the capistrano submodule strategy 2015-08-15 06:20:50 +03:00
Gemfile Update the bundle to address several CVEs 2016-03-17 11:24:33 +02:00
Gemfile.lock Update the bundle to address several CVEs 2016-03-17 11:24:33 +02:00
Guardfile Add Guard::RSpec for continuous testing 2014-07-28 13:37:25 +03:00
LICENSE Add a license file 2014-09-02 16:29:53 +03:00
README.md Add a simple README file 2014-07-28 13:23:14 +03:00
Rakefile Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
TODO Group proposals by user 2015-07-26 14:55:01 +03:00
config.ru Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00

README.md

Clarion

A CfP automation system for OpenFest.

Installation

  1. git clone https://github.com/ignisf/clarion.git
  2. Run bundle install; bin/rake bootstrap
  3. You can now run the rails server with bin/rails s