This repository is for the scoreboard used to run MITRE capture the flag competitions.
- Install ruby.
- In your terminal run
gem install bundle
- Run
bundle install
- Run
bundle exec rails s
- Open the webpage shown in your terminal from the last command in your browser.
- Install postgres to your system
- Run 'bundle exec rake db:create'
- Run 'bundle exec rake db:schema:load'
- Fork the repository on github
- Run
git clone [address]
- Make your edits
- View your edits
- Run the git add and commit commands. Please make sure your commit messages are descriptive.
- Run
git push origin master
- Submit a pull request