Call for Papers automation tool for OpenFest
Go to file
Petko Bordjukov 02059ad2a8 Introduce SpeakerProfile
All the personal data of the user that is not used for system
tasks (such as login) is held here.
2014-08-07 14:05:13 +03:00
app Introduce SpeakerProfile 2014-08-07 14:05:13 +03:00
bin Add RSpec helpers 2014-07-28 13:06:28 +03:00
config Add a HomeController 2014-07-29 13:38:20 +03:00
db Introduce SpeakerProfile 2014-08-07 14:05:13 +03:00
lib Generate initial simple_form configuration 2014-07-28 13:43:50 +03:00
log Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
public Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
spec Introduce SpeakerProfile 2014-08-07 14:05:13 +03:00
vendor/assets Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
.gitignore Add the erd.pdf file to the ignore list 2014-08-07 13:58:13 +03:00
.rspec Add RSpec helpers 2014-07-28 13:06:28 +03:00
.ruby-version Add a .ruby-version file 2014-07-28 13:13:59 +03:00
.travis.yml Use the correct initial setup task 2014-07-28 13:26:49 +03:00
config.ru Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
Gemfile Add rails-erd to the Gemfile 2014-08-07 14:01:57 +03:00
Gemfile.lock Add rails-erd to the Gemfile 2014-08-07 14:01:57 +03:00
Guardfile Add Guard::RSpec for continuous testing 2014-07-28 13:37:25 +03:00
Rakefile Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
README.md Add a simple README file 2014-07-28 13:23:14 +03:00

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