Call for Papers automation tool for OpenFest
Go to file
Petko Bordjukov d01e762c03 Comment out the chart generation for now
The submission chart generation was broken. Comment it out until the
CallForPapers model is introduced.
2015-04-20 18:33:16 +03:00
app Comment out the chart generation for now 2015-04-20 18:33:16 +03:00
bin Merge the changes made by rake rails:update 2015-04-08 23:42:23 +03:00
config Make the management root point to conferences#index 2015-04-20 16:59:42 +03:00
db Remove several unneeded colums from events 2015-04-17 03:56:14 +03:00
lib Add a rake task for backing up the DB 2014-09-18 11:48:29 +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 Tweak i18n-tasks configuration and remove its spec 2015-04-20 16:04:11 +03:00
vendor/assets Remove the ugly side bar 2015-04-20 15:08:14 +03:00
.gitignore Add SimpleCov for code coverage analysis 2014-11-23 20:13:22 +02:00
.rspec Use the documentation format for RSpec output 2014-08-10 21:05:34 +03:00
.ruby-version Bump Ruby version to 2.1.5 2014-11-22 20:04:57 +02:00
.travis.yml Use the correct initial setup task 2014-07-28 13:26:49 +03:00
Capfile Initial deployment setup 2014-08-31 17:23:59 +03:00
Gemfile Introduce the i18n-tasks gem 2015-04-20 15:56:41 +03:00
Gemfile.lock Introduce the i18n-tasks gem 2015-04-20 15:56:41 +03: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
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