Call for Papers automation tool for OpenFest
Go to file
Petko Bordjukov f4afa949d5 Update the bundle 2019-04-28 00:52:31 +03:00
app Use translation in management/events controller 2019-01-08 20:09:47 +02:00
bin Merge the changes made by rake rails:update 2015-04-08 23:42:23 +03:00
config Add feature spec support 2018-11-24 11:44:51 +02:00
db Introduce first feature specs 2018-11-25 13:46:22 +02:00
lib update copyright 2018-08-13 17:53:11 +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 Update the bundle 2019-04-28 00:52:31 +03:00
vendor/assets Intial event conflicts implementation 2016-10-13 08:59:22 +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 Add chrome to travis config 2019-01-08 20:49:40 +02:00
Capfile Get rid of RVM 2016-03-17 11:27:53 +02:00
Gemfile Update the bundle 2019-04-28 00:52:31 +03:00
Gemfile.lock Update the bundle 2019-04-28 00:52:31 +03:00
Guardfile Turn off Guard notifications 2019-01-08 20:09:47 +02: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