Code Monkey home page Code Monkey logo

cubecomp's Introduction

Build Status

Cubecomp

Cubecomp is a web application written in Ruby on Rails which is used by several members of the World Cube Association (WCA) and volunteers around the world to organize Rubik's Cube competitions.

The website features a rich adminstration interface with many useful features for competition organizers, such as creating a public website with a registration form, creating event schedules, confirming competitor registrations, generating printable nametags, and much more.

Since early 2009, cubecomp (or earlier versions of it) has been used to host over 85 different competitions in at least 5 different countries around the world.

Cubecomp is free and open source, published under the MIT license.

How do I use cubecomp?

If you are a competition organizer and want to use cubecomp to host your website, you can either run it on your own server or you can use our hosted version on https://cubecomp.de. Please send an email to [email protected] if you would like us to create an account for you.

Can I use your hosted version of cubecomp, but use a different domain?

We can make this work. Send an email to [email protected].

Cubecomp doesn't support my country's native language

I'm happy to add more languages. Send an email to [email protected] and we can work on a translation (or take a look at config/locales/en.yml and send me a translated version of that for your language).

Screenshots

Screenshots

Getting started

Requirements

  • Ruby 2.2 or higher
  • MySQL or SQLite
  • gem and bundler

Development

Clone the repository:

git clone [email protected]:fw42/cubecomp.git
cd cubecomp

Install dependencies:

bundle install

The default database is MySQL. If you want to use SQLite, please edit "config/database.yml" and "Gemfile" accordingly and run bundle install.

Generate the database:

bundle exec rake db:setup db:seed:themes

Import the WCA database:

bundle exec rake db:load_wca_schema db:seed:wca db:seed:countries

Generate an example competition and some example users:

bundle exec rake db:seed:example_competition

Start a local webserver:

bundle exec rails server

Visit http://localhost:3000/admin in a browser and log in with email "[email protected]", password "admin123".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.