Note: Unosmium is still under development. This README describes what we would like the status to be at the intial release.
Unosminum is an open-source decentralized scoring system for Science Olympiad tournaments.
To set up Unosmium for your next Science Olympiad Invitational (or States/Nats?), follow the instructions below.
Alternatively, contact unosmium@gmail.com to have an instance of Unosmium setup for you. We ask for a payment of $10 for this service. Regardless, the results of your tournament will always be freely accessible to you at (link to GitHub pages site).
- A free Heroku account: https://signup.heroku.com/login
- Heroku CLI: https://devcenter.heroku.com/articles/heroku-cli
- Git: https://git-scm.com/downloads
These instructions assume some familiarity with the using command line.
- Clone this repository:
git clone https://github.com/unosmium/unosmium.git && cd unosmium
- Login to Heroku CLI:
heroku login
- Create a new app on Heroku
heroku create
- Deploy to Heroku:
git push heroku master
- Open the app and complete the Tournament Director setup pages in your
browser:
heroku open
Unosmium provides a customized website with the following features:
- Record-keeping of participating teams for the Tournament Director
- Remote scores entry for the Event Supervisors
- Real-time Awards Ceremony slideshow generation
- Printable results PDF output
- Online results hosting at (a link to some GitHub pages site, TBD)