Call for Papers automation tool for OpenFest
Go to file
Petko Bordjukov 9dc216f30b ICAL export MVP 2019-10-28 13:20:12 +02:00
app ICAL export MVP 2019-10-28 13:20:12 +02:00
bin rails app:update 2019-04-28 11:52:05 +03:00
config ICAL export MVP 2019-10-28 13:20:12 +02:00
db Convert end_date in conferences to timestamp with tz 2019-05-05 14:18:36 +03:00
lib Add example postgres db config 2019-04-28 22:54:38 +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 Do not attempt to clean up a view 2019-04-28 22:14:34 +03:00
vendor/assets Intial event conflicts implementation 2016-10-13 08:59:22 +03:00
.gitignore Flip all framework defaults and enable sql schema dumping 2019-04-28 12:48:45 +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
.ruby-version Add a .ruby-version file 2019-04-28 23:58:11 +03:00
.travis.yml Try installing chrome stable again 2019-06-17 14:48:27 +03:00
Capfile Fix Capistrano Puma tasks 2019-04-29 00:14:57 +03:00
Gemfile Introduce a dependency on icalendar 2019-10-28 12:37:32 +02:00
Gemfile.lock Introduce a dependency on icalendar 2019-10-28 12:37:32 +02:00
Guardfile Mechanical standard.rb changes 2019-04-28 22:02:02 +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 Mechanical standard.rb changes 2019-04-28 22:02:02 +03:00
TODO Group proposals by user 2015-07-26 14:55:01 +03:00
config.ru Mechanical standard.rb changes 2019-04-28 22:02:02 +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