Call for Papers automation tool for OpenFest
02059ad2a8
All the personal data of the user that is not used for system tasks (such as login) is held here. |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
spec | ||
vendor/assets | ||
.gitignore | ||
.rspec | ||
.ruby-version | ||
.travis.yml | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
Rakefile | ||
README.md |
Clarion
A CfP automation system for OpenFest.
Installation
git clone https://github.com/ignisf/clarion.git
- Run
bundle install; bin/rake bootstrap
- You can now run the rails server with
bin/rails s